Unverified Commit ad0598e2 authored by GavinZhengOI's avatar GavinZhengOI Committed by GitHub
Browse files

Update cartesian-tree.md

parent 91f4ad41
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -35,7 +35,7 @@ For i := 1 to n
    if k < top
    if k < top
        当前元素.左儿子 := 栈顶元素
        当前元素.左儿子 := 栈顶元素
    当前元素入栈
    当前元素入栈
    top = k
    top := k
```
```


```cpp
```cpp