mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2025-07-08 16:54:50 +08:00
Update 0042.接雨水.md
This commit is contained in:
@ -204,7 +204,7 @@ public:
|
|||||||
|
|
||||||
2. 使用单调栈内元素的顺序
|
2. 使用单调栈内元素的顺序
|
||||||
|
|
||||||
从大到小还是从小打到呢?
|
从大到小还是从小到大呢?
|
||||||
|
|
||||||
从栈头(元素从栈头弹出)到栈底的顺序应该是从小到大的顺序。
|
从栈头(元素从栈头弹出)到栈底的顺序应该是从小到大的顺序。
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user