InterviewDB Question

Netflix SWE Phone - Command History

Question Details

Problem

Implement a command history system (like a shell undo/redo or browser history) supporting navigation through previous commands. Likely uses two stacks or a deque.

Likely LeetCode equivalent

No direct match.

Tags

stack, design, coding

Full Details

Problem

Implement a command history system (like a shell undo/redo or browser history) supporting navigation through previous commands. Likely uses two stacks or a deque.

Likely LeetCode equivalent

No direct match.

Tags

stack, design, coding

Free preview. Unlock all questions →

Topics

Coding Onsite Phone