Tuesday, August 19, 2008

Stack ( ADT ) Data Structure

* 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.

 
^ Scroll to Top