codezonediitj / pydatastructs

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

Add Stacks to the Linear Data Structures #485

Closed aadityasinha-dotcom closed 2 years ago

aadityasinha-dotcom commented 2 years ago

Description of the problem

Add Stacks in the linear data structure section

Example of the problem

References/Other comments

aadityasinha-dotcom commented 2 years ago

Can I work on this issue as part of GSSOC'22?

Avik-creator commented 2 years ago

Hello I would like to contribute to it by writing python code so if you could assign this to me I would be grate full as a part of GSSOC

czgdp1807 commented 2 years ago

Stacks are already there in miscellaneous_data_structures. Thanks for opening the issue anyway.