Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 133 Bytes

File metadata and controls

11 lines (6 loc) · 133 Bytes

p503_next_greater_element_ii

Monotonic stack.

Two loops, 2 * length - 1.


单调栈。

两次循环, 2 * length - 1