moghya / dsalglib

This is improved and stable version of dsalib ready to use C++ data structures and algorithms template library
http://moghya.me/dsalglib
29 stars 27 forks source link

Segment Tree #10

Closed barunkumaracharya closed 3 years ago

barunkumaracharya commented 7 years ago

The segment Tree code can be found in it . I have not written it in a container . I have written the basic code with comments in it mentioning the variables and functions as data members and functions . So , it will help you write it in a container/class .