摘要: 【算法】平衡树(treap)||双向链表 【题解】treap知识见数据结构。 #include<cstdio> #include<algorithm> #include<ctime> using namespace std; const int maxn=100010,inf=0x3f3f3f3f; 阅读全文
posted @ 2017-02-10 20:23 ONION_CYC 阅读(230) 评论(0) 推荐(0) 编辑