Stacks

Related data structures

Stack W
Stack Z

Z := W
Z == W

X = Push(X,3)
X = X.Push(3)

Array-based Stack Implemenation


Return to CIS 350 Index Page