faiyaz26's blog

By faiyaz26, 12 years ago, In English

Can anyone help me on learning Segment tree  by giving some tutorials and nice implementation in c++ ? I have seen the topcoder tutorial , but have not understand it well  :( 

if you give me an implementation in c++ with some comment . it will be great.. :) Thanx in Advance.. :)
  • Vote: I like it
  • +2
  • Vote: I do not like it

| Write comment?
»
12 years ago, # |
  Vote: I like it 0 Vote: I do not like it
Try reading this one http://apps.topcoder.com/forums/?module=Thread&threadID=651820&start=0&mc=2#1146133
It will give you good understanding and you'll get experience rewriting it without classes
»
12 years ago, # |
  Vote: I like it +8 Vote: I do not like it
here you can find something useful
»
12 years ago, # |
  Vote: I like it 0 Vote: I do not like it
See there