Programming Question

Question: How would you design a stack which, in addition to push and op, has a function min which returns the minimum element? Push, pop and min should all operate in O(1) time.

From: Cracking the Coding Interview [McDowell]

Subject: Stacks and Queues

Load Another Question


Select a Subject