jeqcho's blog

By jeqcho, history, 4 years ago, In English

Hi all. Recently I have been reading this fantastic book by pllk. There is a whole chapter inside dedicated to range queries. As there aren't any range queries tags in Codeforces, I would like to ask if anyone know any range query problems in Codeforces, or any existing tags that imply range queries. (Sum, minimum, or maximum queries etc across a range)

Also, please comment any range query problems below :)

  • Vote: I like it
  • +1
  • Vote: I do not like it

| Write comment?
»
4 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Yeah, I was also searching for segment tree problems which are a bit easy to get a start and then I can continue with these problems. So please suggest us some beginner level problems on segment trees to get a good grasp over them :).