Learn
Practice
Newsletter
Resources
F
Toggle theme
0
F
Toggle theme
0
Toggle menu
← Back to All Animations
Min Stack
Bookmark
Input
LeetCode Example
Mixed Ops
Push & Top
Custom
operations
=
[push -2, push 0, push -3, getMin, pop, top, getMin]
push -2
push 0
push -3
getMin
pop
top
getMin
operations
val
min
stack [val, min]
algo
master
.
io
Step:
Start: MinStack — each entry stores [value, currentMin]
0 / 16
Input
LeetCode Example
Mixed Ops
Push & Top
Custom
operations
=
[push -2, push 0, push -3, getMin, pop, top, getMin]
0 / 16
push -2
push 0
push -3
getMin
pop
top
getMin
operations
val
min
stack [val, min]
algo
master
.
io
Step:
Start: MinStack — each entry stores [value, currentMin]