BWhat is the best Implementation of Segment Trees?
Difference between en1 and en2, changed 15 character(s)
Recently I came across this blog [Efficient and Easy segment trees](https://codeforces.com/blog/entry/18051).↵
After reading this I felt that the normal implementation with 5 arguments is easier to understand and implement(in my opinion). I want to know which of the implementations of segment-tree is better so that if the one written in the blog is better I will try to learn it. (better in the sense that it can be easily be applied in some new question)

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English DCSekhara 2020-05-28 11:31:51 15
en1 English DCSekhara 2020-05-28 10:38:56 493 Initial revision (published)