> For the complete documentation index, see [llms.txt](https://leetcodebook-1.gitbook.io/top-interview-150/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://leetcodebook-1.gitbook.io/top-interview-150/stack.md).

# 栈

- [有效的括号](https://leetcodebook-1.gitbook.io/top-interview-150/stack/is-valid.md)
- [简化路径](https://leetcodebook-1.gitbook.io/top-interview-150/stack/simplify-path.md)
- [最小栈](https://leetcodebook-1.gitbook.io/top-interview-150/stack/min-stack.md)
- [基本计算器](https://leetcodebook-1.gitbook.io/top-interview-150/stack/basic-calculator.md)
- [逆波兰表达式求值](https://leetcodebook-1.gitbook.io/top-interview-150/stack/evaluate-reverse-polish-notation.md)
