Stacks
Related data structures
queue
linked list
Stack W
Stack Z
Z := W
Z == W
X = Push(X,3)
X = X.Push(3)
Array-based Stack Implemenation
Sample C++ header file
Sample C++ implementation file
Return to CIS 350 Index Page