Tuesday 17 May 2016

Stack in Data Structure



Stack in Data Structure

TCCICOMPUTERCOACHING.COM

Stack is an abstract data type. It is a simple data structure that allows inserting and removing elements in a particular order. To add element is called push and to delete element is called pop. When an element is added, it goes on the top of the stack, the only element that can be removed is the element that was at the top of the stack, just like a pile of objects. These sequence is called LIFO structure. (Last in First out).
To learn more about stack in data structure at TCCI, Ahmedabad
Visit us @ tccicomputercoaching.com
Call us @ 98256 18292


No comments:

Post a Comment