Skip to content

Commit a339ec5

Browse files
committed
add link
1 parent 7b3a584 commit a339ec5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

copypasta/cartesian_tree.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ package copypasta
44
https://en.wikipedia.org/wiki/Cartesian_tree
55
https://oi-wiki.org/ds/cartesian-tree/
66
todo 一些题目 https://www.luogu.com.cn/blog/AAAbbb123/di-ka-er-shu-xue-xi-bi-ji
7+
另见单调栈 monotone_stack.go
78
89
模板题 https://www.luogu.com.cn/problem/P5854 https://judge.yosupo.jp/problem/cartesian_tree
910
https://www.luogu.com.cn/problem/P1377
11+
https://codeforces.com/problemset/problem/1777/D
1012
*/
1113

1214
type ctNode struct {

0 commit comments

Comments
 (0)