williamfiset / DEPRECATED-data-structures

A collection of powerful data structures
MIT License
2.85k stars 1.27k forks source link

Missing data structures #8

Closed williamfiset closed 7 years ago

williamfiset commented 7 years ago
braj065 commented 7 years ago

Hi, I have understanding about Fenwick Tree- Range updates and point queries Segment tree- Array based implementation with lazy propagation Let me know if you want me to contribute.

williamfiset commented 7 years ago

@Braj65 we would love your contribution! Feel free to submit a pull request with the new DS(s) you had in mind!

williamfiset commented 7 years ago

Closing this and adding individual issues for each DS