Блог пользователя Ahmed_Morsy

Автор Ahmed_Morsy, история, 9 лет назад, По-английски

I was wondering if there is a problem solvable on a 2D grid using square root decomposition :-) or if anyone used it before

  • Проголосовать: нравится
  • +5
  • Проголосовать: не нравится

»
9 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Auto comment: topic has been updated by Ahmed_Morsy (previous revision, new revision, compare).

»
9 лет назад, # |
  Проголосовать: нравится +3 Проголосовать: не нравится

, actually. And this complexity is reached with a quadtree.

  • »
    »
    9 лет назад, # ^ |
    Rev. 2   Проголосовать: нравится 0 Проголосовать: не нравится

    Yeah but I was wandering if it could be useful, a friend of mine went to ioi 2013, he met a medalist who solved game using square root decomposition on 2D grid :-) unfortunately, he doesn't know details

    • »
      »
      »
      9 лет назад, # ^ |
        Проголосовать: нравится +3 Проголосовать: не нравится

      It's really similar to basic sqrt decomposition, (we build small squares 1x1, large squares sqrt x sqrt and stripes 1x sqrt and ofc sqrt x 1) Game was solveable with that, but I don't think that for 100 points.. Here's one task from Polish OI, enjoy it :) http://main.edu.pl/en/archive/oi/13/tet

»
9 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится