会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
iwtwiioi
while(!successful()) try();
首页
联系
订阅
管理
2014年1月31日
平衡树
摘要: 老旧的treap(无rank无select)#include #include #include using namespace std;#define NEW(d) new treap(d)struct treap { treap* ch[2]; int key, s; treap() : key...
阅读全文
posted @ 2014-01-31 20:53 iwtwiioi
阅读(384)
评论(0)
推荐(0)
编辑
公告