* Stack is an Abstract data structure (ADT) works on the principle Last In First Out (LIFO)
* The last element add to the stack is the first element to be delete.
* Insertion and deletion can be takes place at one end called TOP.
* It looks like one side closed tube.
Tuesday, August 19, 2008
Stack ( ADT ) Data Structure
Posted by Janaki Narayanamma P at 10:13 PM 0 comments
Labels: Add an element to stack, Delete an element from stack, operations of stack, stack overflow
Subscribe to:
Posts (Atom)