Blocky stack data structure showing push and pop operations. Items stack vertically with pointer tracking the top.
5-item maximum capacity. Alternates between push and pop phases. Top pointer updates with stack operations.