Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d246680

Browse files
Update stack_queue.md
一个小错误
1 parent eaaf92d commit d246680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎data_structure/stack_queue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ func updateMatrix(matrix [][]int) [][]int {
513513
## 总结
514514

515515
- 熟悉栈的使用场景
516-
- 后出先出,保存临时值
516+
- 后入先出,保存临时值
517517
- 利用栈 DFS 深度搜索
518518
- 熟悉队列的使用场景
519519
- 利用队列 BFS 广度搜索

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /