上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 43 下一页
摘要: 视频链接:60 对顶堆 第k大的数_哔哩哔哩_bilibili Luogu P7072 [CSP-J2020] 直播获奖 #include<cstring> #include<iostream> #include<algorithm> #include<queue> using namespace 阅读全文
posted @ 2023-07-07 22:12 董晓 阅读(703) 评论(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 董晓 阅读(546) 评论(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 董晓 阅读(561) 评论(0) 推荐(3) 编辑
摘要: 视频链接:50 快速排序 第k小的数_哔哩哔哩_bilibili Luogu P1177 【模板】排序 #include <iostream> using namespace std; int n,a[100005]; void quicksort(int l, int r){ if(l==r) r 阅读全文
posted @ 2023-07-07 21:34 董晓 阅读(569) 评论(0) 推荐(0) 编辑
摘要: 视频链接:35 ST表 RMQ问题_哔哩哔哩_bilibili Luogu P3865 【模板】ST 表 #include <iostream> #include <cstring> #include <algorithm> #include <cmath> using namespace std; 阅读全文
posted @ 2023-07-05 19:53 董晓 阅读(966) 评论(1) 推荐(2) 编辑
摘要: 视频链接:A11 树上差分_哔哩哔哩_bilibili D09 倍增算法 P3379【模板】最近公共祖先(LCA)_哔哩哔哩_bilibili Luogu P3128 [USACO15DEC] Max Flow P #include <iostream> #include <cstring> #in 阅读全文
posted @ 2023-07-04 17:33 董晓 阅读(646) 评论(0) 推荐(1) 编辑
摘要: 视频链接:A10 差分 二维差分_哔哩哔哩_bilibili Luogu P4552 [Poetize6] IncDec Sequence #include <iostream> #include <cstring> using namespace std; typedef long long LL 阅读全文
posted @ 2023-07-04 17:06 董晓 阅读(733) 评论(0) 推荐(1) 编辑
摘要: 视频链接:A09 树上前缀和 P4427 [BJOI2018] 求和_哔哩哔哩_bilibili Luogu P4427 [BJOI2018] 求和 #include <iostream> #include <cstring> #include <algorithm> using namespace 阅读全文
posted @ 2023-07-03 17:44 董晓 阅读(757) 评论(0) 推荐(1) 编辑
摘要: 视频链接:A08 前缀和 二维前缀和_哔哩哔哩_bilibili Luogu P8218 【深进1.例1】求区间和 #include <iostream> #include <cstring> #include <algorithm> using namespace std; int n,m; in 阅读全文
posted @ 2023-07-03 16:02 董晓 阅读(808) 评论(0) 推荐(1) 编辑
摘要: 视频链接:134 Dancing Links 舞蹈链 靶形数独_哔哩哔哩_bilibili Luogu P1074 [NOIP2009 提高组] 靶形数独 #include<iostream> #include<cstdio> #include<cstring> #include<algorithm 阅读全文
posted @ 2023-06-29 06:57 董晓 阅读(244) 评论(0) 推荐(0) 编辑
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 43 下一页