会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
zZhBr
结束了,结束了,意难平!只可惜,我曾经落败,如今依然。
博客园
首页
新随笔
联系
订阅
管理
2018年4月30日
平衡树汇总
摘要: 一.Treap #include <bits/stdc++.h> using namespace std; const int SIZE = 100010; int INF = 0x7fffffff; int m, opt, x; int tot, root, n; struct Treap { i
阅读全文
posted @ 2018-04-30 23:12 zZhBr
阅读(175)
评论(0)
推荐(0)
编辑
Splay模板
摘要: 并没有写序列翻转的板子; 【模板】普通平衡树(Treap/SBT)
阅读全文
posted @ 2018-04-30 22:13 zZhBr
阅读(137)
评论(0)
推荐(0)
编辑
公告