codezonediitj / pydatastructs

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

Stacks using lists #499

Closed vinaya563 closed 2 years ago

vinaya563 commented 2 years ago

There is no stack file in this data structures ,so I am willing to add a stack file

czgdp1807 commented 2 years ago

Stacks are implemented in the project.