wimanshaherath / Data-structures

implement data structures in c++
MIT License
2 stars 17 forks source link

Stack data struture #12

Open Dhavaji opened 2 years ago

Dhavaji commented 2 years ago

using linked list

wimanshaherath commented 2 years ago

you can work on this.

Vishwas-10 commented 2 years ago

@wimanshaherath Can I add c++ version of stack using linked list, which includes operations like push, pull, print, and getmin all in O(1) time complexity.

wimanshaherath commented 2 years ago

@Vishwas-10 yes you can work on it. Make sure to do it in a new folder inside the C++ folder and update the README.md