garimasingh128 / CP-DSA-Cpp-C

🕺 Give me data and I will structure it! 🔥
85 stars 118 forks source link

Create linkedlistrepresentationofstack.cpp #93

Closed maitreyi0505 closed 3 years ago

maitreyi0505 commented 3 years ago

Implementation of a Stack and its operations: top(), pop(), and push() using Linked List

Output of the sample code: 3 1 4