Faraz's blog

By Faraz, history, 4 weeks ago, In English

Hello everyone,

I've learned some data structures like Segment Trees and Merge Sort Trees, and I really enjoyed solving problems using them. However, I've only solved some classic problems so far.

If you guys know any high-quality problems related to these data structures that I should practice to improve my Segment Tree skills and get better at this kind of stuff, I’d really appreciate it if you could share them!

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

»
4 weeks ago, hide # |
 
Vote: I like it 0 Vote: I do not like it
»
4 weeks ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

here are some Segment Tree Problems

»
4 weeks ago, hide # |
 
Vote: I like it 0 Vote: I do not like it
»
4 weeks ago, hide # |
Rev. 2  
Vote: I like it 0 Vote: I do not like it

I think you can try this

»
4 weeks ago, hide # |
 
Vote: I like it -15 Vote: I do not like it

This one is very useful.