Skip to content

Commit

Permalink
GitBook: [greyireland#23] No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzz2015 authored and gitbook-bot committed Jan 8, 2022
1 parent 533e7ff commit d3233dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data_structure/stack_queue.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

队列一般常用于 BFS 广度搜索,类似一层一层的搜索

栈的应用:包括匹配问题,例如括号匹配,表达式计算等。还可结合单调栈。

## Stack 栈

[min-stack](https://leetcode.com/problems/min-stack/)
Expand Down

0 comments on commit d3233dc

Please sign in to comment.