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

Автор kursatbakis0, 10 лет назад, По-английски

hello everybody. I currently learned the segment tree algorithm and it is a bit diffucult to understand this. I really need help to provide better understand and implementation . What would you advise for me to get this ? thank u

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

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

Segment Tree I learned from this. The code is simple if u do reverse engg.

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

You can practice on Codeforces, LightOJ...

For example, you can try to solve http://codeforces.com/problemset/problem/381/E

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

thanks for your ideas.