Unverified Commit 17f9d7c1 authored by Xeonacid's avatar Xeonacid Committed by GitHub
Browse files

Merge pull request #1231 from qwqbear/qwqbear-patch-1

update splay.md problem
parents 72852c9a ea781fd8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -419,6 +419,7 @@ int main() {
以下题目都是裸的 $\text{Splay}$ 维护二叉查找树。~~(直接套板子即可)~~

-   [【模板】普通平衡树](https://loj.ac/problem/104)
-   [【模板】文艺平衡树](https://loj.ac/problem/105)
-   [\[HNOI2002\]营业额统计](https://www.lydsy.com/JudgeOnline/problem.php?id=1588)
-   [\[HNOI2004\]宠物收养所](https://www.lydsy.com/JudgeOnline/problem.php?id=1208)