codezonediitj / pydatastructs

A python package for data structures and algorithms
https://pydatastructs.readthedocs.io/en/stable/
Other
199 stars 269 forks source link

Make `start`, `end` consistent across all the APIs #422

Closed czgdp1807 closed 2 years ago

czgdp1807 commented 2 years ago

Description of the problem

In RangeQuery end is excluded however in sorting algorithms it is included which is inconsistent.

Example of the problem

References/Other comments

I will work on this.

https://github.com/codezonediitj/pydatastructs/issues/409