Monday, November 19, 2012
Wednesday, October 17, 2012
11:33 AM
stack example First of all,what is stack? A stack is a data structure in which addition of new element or deletion of existing element always takes place at the same end. The end is often known as Top of Stack. For example a no. of books kept one above another, if we have to keep a new book there, we will kept it above all the books and suppose we have to take out a book at first we will pick the book which is at the t
Tuesday, October 16, 2012
Stack implementation using C++
1:05 PM
![]() |
| stack example |
First of all,what is stack? A stack is a data structure in which addition of new element or deletion of existing element always takes place at the same end. The end is often known as Top of Stack. For example a no. of books kept one above another, if we have to keep a new book there, we will kept it above all the books and suppose we have to take out a book at first we will pick the book which is at the top.

Subscribe to:
Comments (Atom)
.jpg)









