mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-30 21:53:28 +08:00
website: launch website
This commit is contained in:
@ -3,6 +3,8 @@ id: stack
|
||||
title: Stack
|
||||
---
|
||||
|
||||
## More questions
|
||||
|
||||
- Implementation of an interpreter for a small language that does multiplication/addition/etc.
|
||||
- Design a `MinStack` data structure that supports a `min()` operation that returns the minimum value in the stack in O(1) time.
|
||||
- Write an algorithm to determine if all of the delimiters in an expression are matched and closed.
|
||||
|
Reference in New Issue
Block a user