Like This Site? 
 
RSS Feed Follow Us 

on Twitter! Be Our Fan!

Stack Implementation in Java

Share this post!
 Vote this!

An object of type IntStack is a stack of real numbers, with the standard stack operations push(int N), pop(), and isEmpty(). A makeEmpty() operation is also provided to remove all items from the stack.
Internally, the stack is implemented as a linked list.  more...

0 comments:

Post a Comment