Best Implementation of Segment Trees

Правка en1, от DCSekhara, 2020-05-28 10:38:56

Recently I came across this blog Efficient and Easy segment trees. 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)

Теги #segment tree, #implementaion

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский DCSekhara 2020-05-28 11:31:51 15
en1 Английский DCSekhara 2020-05-28 10:38:56 493 Initial revision (published)