bachtomozart / ds

Datastructures
GNU General Public License v3.0
0 stars 7 forks source link

Implement simple datastructures in python #1

Closed bachtomozart closed 4 years ago

bachtomozart commented 4 years ago

These tasks are preferably for beginners, but everyone's welcome to contribute for Hacktoberfest.

Implement Stack and Queue using an array and linked list in python.

Add methods to push, pop for stack Add methods to enqueue, dequeue for queue

prachijustin commented 4 years ago

I wish to work on this!

sanjeev2552 commented 4 years ago

I would like to do this. Please assign this to me.