上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 44 下一页
摘要: 视频链接:243 kd 树 [SDOI2010] 捉迷藏_哔哩哔哩_bilibili Luogu P2479 [SDOI2010] 捉迷藏 #include <iostream> #include <cstring> #include <algorithm> #include <cmath> #de 阅读全文
posted @ 2023-07-26 16:36 董晓 阅读(112) 评论(0) 推荐(1) 编辑
摘要: 视频链接:242 kd 树 插入重构_哔哩哔哩_bilibili Luogu P1429 平面最近点对(加强版) // 插入重构建树 1.7s #include <iostream> #include <cstring> #include <algorithm> #include <cmath> u 阅读全文
posted @ 2023-07-26 16:19 董晓 阅读(174) 评论(0) 推荐(1) 编辑
摘要: 视频链接:241 kd 树 交替建树_哔哩哔哩_bilibili Luogu P1429 平面最近点对(加强版) // 交替建树 970ms #include <cstdio> #include <cstring> #include <algorithm> #include <cmath> #def 阅读全文
posted @ 2023-07-26 15:00 董晓 阅读(319) 评论(0) 推荐(1) 编辑
摘要: 视频链接:238 左偏树 数字序列_哔哩哔哩_bilibili Luogu P4331 [BalticOI 2004] Sequence 数字序列 Luogu P4331 [BalticOI 2004] Sequence 数字序列 #include <iostream> #include <cstr 阅读全文
posted @ 2023-07-21 09:50 董晓 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 视频链接:51 排序 中位数 距离和的最小值_哔哩哔哩_bilibili CH0501 货仓选址 #include <iostream> #include <cstring> #include <algorithm> using namespace std; const int N=100100; 阅读全文
posted @ 2023-07-21 09:46 董晓 阅读(381) 评论(0) 推荐(3) 编辑
摘要: 视频链接:237 左偏树 派遣_哔哩哔哩_bilibili Luogu P1552 [APIO2012] 派遣 #include <iostream> #include <cstring> #include <algorithm> using namespace std; const int N=1 阅读全文
posted @ 2023-07-15 12:10 董晓 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 视频链接:236 左偏树 可并堆【模板】_哔哩哔哩_bilibili Luogu P3377 【模板】左偏树(可并堆) #include <iostream> #include <cstring> #include <algorithm> using namespace std; const int 阅读全文
posted @ 2023-07-07 22:22 董晓 阅读(271) 评论(0) 推荐(0) 编辑
摘要: 视频链接:60 对顶堆 第k大的数_哔哩哔哩_bilibili Luogu P7072 [CSP-J2020] 直播获奖 #include<cstring> #include<iostream> #include<algorithm> #include<queue> using namespace 阅读全文
posted @ 2023-07-07 22:12 董晓 阅读(714) 评论(2) 推荐(4) 编辑
摘要: 视频链接:57 堆 堆排序_哔哩哔哩_bilibili Luogu P3378 【模板】堆 #include <iostream> #include <cstring> #include <algorithm> using namespace std; int a[1000010],cnt; voi 阅读全文
posted @ 2023-07-07 22:04 董晓 阅读(561) 评论(0) 推荐(1) 编辑
摘要: 视频链接:56 归并排序 逆序对_哔哩哔哩_bilibili Luogu P1177 【模板】排序 #include <iostream> using namespace std; const int N = 100010; int n,a[N],b[N]; //b为辅助数组 void msort( 阅读全文
posted @ 2023-07-07 21:44 董晓 阅读(580) 评论(0) 推荐(4) 编辑
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 44 下一页