codezonediitj / pydatastructs

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

STACK IMPLEMENTATION IN PYTHON USING LINKEDLIST #366

Closed priyanka001tech closed 3 years ago

priyanka001tech commented 3 years ago

Description of the problem

stack works in LIFO algorithm. So I would like to do STACK implementation using QUEUE

References/Other comments

I would like to code it as a gssoc participant

czgdp1807 commented 3 years ago

Stacks are already there.