平衡树
KIDGINBROOK
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
codeforces 1042d Petya and Array 线段树|树状数组|平衡树
D. Petya and Array time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Petya has an array aa consisting of nn integers. He has learne...原创 2019-01-21 17:46:12 · 387 阅读 · 0 评论 -
poj 3468 A Simple Problem with Integers splay
之前用线段树写的,这次用splay写了下。。 #include <cstdio> #include <vector> #include <algorithm> #include <cstring> using namespace std; #define ll long long #define lson tr[x][0] #define rs...原创 2019-01-04 22:31:07 · 258 阅读 · 0 评论 -
hdu 3487 Play with Chain splay
Play with Chain Time Limit: 6000/2000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 8051 Accepted Submission(s): 3132 Problem Description YaoYao is fond of...原创 2018-12-10 14:20:49 · 268 阅读 · 0 评论
分享