1 parent eaaf92d commit d246680Copy full SHA for d246680
1 file changed
data_structure/stack_queue.md
@@ -513,7 +513,7 @@ func updateMatrix(matrix [][]int) [][]int {
513
## 总结
514
515
- 熟悉栈的使用场景
516
- - 后出先出,保存临时值
+ - 后入先出,保存临时值
517
- 利用栈 DFS 深度搜索
518
- 熟悉队列的使用场景
519
- 利用队列 BFS 广度搜索
0 commit comments