Min Stack

Medium 30 pts New · no attempts yet csharp

Min Stack — Nvidia interview prep · Stack

Classic interview problem #155.

Input (stdin)

Line 1: n ops\nNext lines: push x | pop | top | getMin

Output (stdout)

Output for each query line (top/getMin)

Your program must read from stdin and write the answer to stdout (no extra debug text).

Examples

Sample
Input
5
push -2
push 0
getMin
pop
top
Output
-2
Static hints
  • Input format: Line 1: n ops\nNext lines: push x | pop | top | getMin
  • DSA Interview 150 — Stack
  • Problem #155
  • Frequently asked at Nvidia
  • Stack

Toolliyo Coach

Stuck? Get a nudge — not the answer

Progressive help: Nudge → Guide → Approach. Full solution stays behind the Solution tab.

Toolliyo Assistant
Ask about tutorials, ebooks, training, pricing, mentor services, and support. I use public site content only—not admin or internal tools.

care@toolliyo.com

Need callback? Share your details