edualgo / eduAlgo

A simple python package having modules of different algorithms to use in educational purposes.
https://edualgo.github.io/documentation/
MIT License
99 stars 54 forks source link

Segment tree class added under algorithms folder #132

Closed krypticmouse closed 3 years ago

krypticmouse commented 3 years ago

Added Segment Tree Class that currently supports building ST for following query based operations:-

Abhijit2505 commented 3 years ago

@krypticmouse The PR is good, but we follow certain guidelines with each PR,

I am not closing the PR, but I encourage you to please create an issue for the same and wait till the maintainer assigns and discuss the issue with you.

krypticmouse commented 3 years ago

@Abhijit2505 Thank you for the advice and I've created the issue for the same.

krypticmouse commented 3 years ago

@Abhijit2505 I've added Hint Functions added. Please Review.