Min Stack

Home > Computer Science > Algorithms and data structures > Queues and Stacks > Min Stack

Stores the minimum value in the stack, allowing for constant time retrieval.