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 bec5a88

Browse files
Merge pull request greyireland#6 from thebestwj/patch-1
stack_queue.md 里一个小错误
2 parents eaaf92d + d246680 commit bec5a88

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 によって変換されたページ (->オリジナル) /