Skip to content

Commit 1752043

Browse files
author
lucifer
committed
fix: typo
1 parent 3fa48ac commit 1752043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thinkings/monotone-stack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
比如:
5757

5858
- [1,2,3,4] 就是一个单调递减栈(因为此时的出栈顺序是 4,3,2,1。下同,不再赘述)
59-
- [3,2,1] 就是一个单调递减栈
59+
- [3,2,1] 就是一个单调递增栈
6060
- [1,3,2] 就不是一个合法的单调栈
6161

6262
那这个限制有什么用呢?这个限制(特性)能够解决什么用的问题呢?

0 commit comments

Comments
 (0)