Algorithms-Hacktoberfest icon indicating copy to clipboard operation
Algorithms-Hacktoberfest copied to clipboard

Structured_Implementation_of_STACK_ADT

Open ac-ayan opened this issue 5 years ago • 1 comments

STACK ADT implementation using Linked List Have BASIC functions (1) PUSH (takes element from the user and stores in the stack) (2) POP (deletes the element at the top of the stack and shows the element deleted ) (3) DISPLAY (Displays according to the stack i.e Top element at the top and gradually to the lowest element of the stack at the bottom ) Example - INPUT : 1->2->3->4 OUTPUT : | 4 | | 3 | | 2 | | 1 |

ac-ayan avatar Oct 02 '20 18:10 ac-ayan

Thanks for contributing. Please contribute to an algorithm which hasn't been already in the repo.

xlogix avatar Oct 05 '20 11:10 xlogix