Define Stack Data Structure?
Stack is a data structure that behaves in a first in last out manner. It can contain many elements and there is only one way in and out of the container. When an element is inserted it sits on top of all other elements and when an element is removed the one sitting at top of all others is removed first
Define Stack Data Structure?
Reviewed by MCH
on
December 25, 2012
Rating:
No comments: