Ansh-Sarkar / Python-Data-Structures

This repository contains the code for implementing various Data Structures in Python. It can be used as a quick lookup module or reference for anyone interested in Data Structures . I will keep updating this repository frequently as and when I come across new Data Structures : )
MIT License
4 stars 14 forks source link

Added Segment Tree #19

Closed strivercoder99 closed 1 year ago

strivercoder99 commented 1 year ago

I have added Segment tree code from issue #2 as a part of my contribution for Hacktoberfest 2022.

Ansh-Sarkar commented 1 year ago

Hey @strivercoder99 ! Great work on this. Will keep the issue open in case someone would like to add more variations of the segment tree. Thanks for the contribution :smile: