kursatbakis0's blog

By kursatbakis0, 12 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

»
12 years ago, hide # |
 
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.

»
12 years ago, hide # |
 
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.me/problemset/problem/381/E

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

thanks for your ideas.