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

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

I am learning segment tree recently. But when I search the "data structures" tag I found some problems which obviously can't be solved by a segment tree. So can anyone please suggest some segment tree problems that are suitable for me (with difficulty 1600-1800)?

By the way, I suggest using tags of "segment tree" "deque" "BIT" "stack" instead of "data structures". It makes searching problems easier.(Sorry for my poor English :D)

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

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

Usually Problems with rating [1600 — 1800] don`t require advanced data structures like segment tree or bit.

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

Check this blog out

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

In range queries section of this site.