codezonediitj / pydatastructs

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

Monotonic stack and queue #504

Open AbdelrahmanKhaledd opened 2 years ago

AbdelrahmanKhaledd commented 2 years ago

Added Monotonic Stack to stacks ,and after that i will add monotonic queue (i have seen problems solved woth them)