lprimeroo / DSA

Implementations of various data structures and algorithms.
MIT License
104 stars 179 forks source link

Segment Tree with Lazy propagation in java added #71

Closed yashchauhan28 closed 7 years ago

lprimeroo commented 7 years ago

Please check README carefully. Segment Tree already exists on Line No. 7.

yashchauhan28 commented 7 years ago

But it is in cpp and python . but i have added java version of segment tree