随笔分类 -  数据结构--左偏树

摘要:题目 分析 显然是一个资瓷合并的堆 现学了一发左偏树:教程 然后就没了 代码 #include <bits/stdc++.h> #define lc son[x][0] #define rc son[x][1] using namespace std; typedef long long ll; l 阅读全文
posted @ 2018-06-17 00:02 noble_(noblex) 阅读(135) 评论(0) 推荐(0)

/* */