kursatbakis0's blog

By kursatbakis0, 10 years ago, In English

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

  • Vote: I like it
  • -6
  • Vote: I do not like it

»
10 years ago, # |
  Vote: I like it 0 Vote: I do not like it

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

»
10 years ago, # |
  Vote: I like it 0 Vote: I do not like it

You can practice on Codeforces, LightOJ...

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

  • »
    »
    5 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    I finally solved that problem. And it was really helpful. Thank you.

»
10 years ago, # |
  Vote: I like it 0 Vote: I do not like it

thanks for your ideas.