Skip to content

Commit 224f464

Browse files
authored
Update monotone-stack.md
1 parent 05ff22a commit 224f464

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
@@ -47,7 +47,7 @@
4747

4848
单调栈是一种特殊的栈。栈本来就是一种受限的数据结构了,单调栈在此基础上又受限了一次(受限++)。
4949

50-
单调栈要求栈中的元素是单调递减或者单调递减的
50+
单调栈要求栈中的元素是单调递增的或者单调递减的
5151

5252
> 是否严格递减或递减可以根据实际情况来。
5353

0 commit comments

Comments
 (0)