上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 43 下一页
摘要: 视频链接:224 线段树+二分 [HEOI2016TJOI2016] 排序_哔哩哔哩_bilibili Luogu P2824 [HEOI2016/TJOI2016] 排序 // 线段树+二分 nlognlogn #include <iostream> #include <cstring> #inc 阅读全文
posted @ 2023-09-25 15:50 董晓 阅读(244) 评论(0) 推荐(2) 编辑
摘要: 视频链接:223 线段树+二分 [SHOI2015] 脑洞治疗仪_哔哩哔哩_bilibili Luogu P4344 [SHOI2015] 脑洞治疗仪 #include <iostream> #include <cstring> #include <algorithm> using namespac 阅读全文
posted @ 2023-09-25 15:47 董晓 阅读(265) 评论(0) 推荐(1) 编辑
摘要: 视频链接:222 线段树 [SCOI2010] 序列操作_哔哩哔哩_bilibili Luogu P2572 [SCOI2010] 序列操作 #include <iostream> #include <cstring> #include <algorithm> using namespace std 阅读全文
posted @ 2023-09-24 21:41 董晓 阅读(310) 评论(0) 推荐(4) 编辑
摘要: 视频链接:C35 线段树+排序 P1972 [SDOI2009] HH的项链_哔哩哔哩_bilibili Luogu P1972 [SDOI2009] HH的项链 // 线段树+排序 #include <iostream> #include <cstring> #include <algorithm 阅读全文
posted @ 2023-09-24 10:28 董晓 阅读(240) 评论(0) 推荐(1) 编辑
摘要: 视频链接:220 线段树+双指针 [NOI2016] 区间_哔哩哔哩_bilibili Luogu P1712 [NOI2016] 区间 // 线段树+双指针+离散化 #include <cstdio> #include <iostream> #include <algorithm> using n 阅读全文
posted @ 2023-09-20 16:57 董晓 阅读(264) 评论(0) 推荐(1) 编辑
摘要: 视频链接:219 线段树+贪心 [USACO] Barn Allocation G_哔哩哔哩_bilibili Luogu P1937 [USACO10MAR] Barn Allocation G // 贪心+线段树 O(nlogn) #include <iostream> #include <cs 阅读全文
posted @ 2023-09-18 19:50 董晓 阅读(172) 评论(0) 推荐(1) 编辑
摘要: 视频链接:218 线段树+贪心 [USACO] Fair Shuttle G_哔哩哔哩_bilibili Luogu P1607 [USACO09FEB] Fair Shuttle G // 贪心+线段树 O(nlogn) #include<iostream> #include<cstdio> #i 阅读全文
posted @ 2023-09-18 19:43 董晓 阅读(309) 评论(0) 推荐(2) 编辑
摘要: 视频链接:90 反悔贪心 [USACO] Work Scheduling G_哔哩哔哩_bilibili Luogu P2949 [USACO09OPEN] Work Scheduling G #include<queue> #include<cstdio> #include<iostream> # 阅读全文
posted @ 2023-09-16 16:44 董晓 阅读(524) 评论(0) 推荐(0) 编辑
摘要: 视频链接:89 反悔贪心 CF865D Buy Low Sell High_哔哩哔哩_bilibili CF865D Buy Low Sell High #include <iostream> #include <cstring> #include <algorithm> #include <que 阅读全文
posted @ 2023-09-16 16:43 董晓 阅读(392) 评论(0) 推荐(0) 编辑
摘要: 视频链接:88 贪心算法 [USACO] Greedy Gift Takers_哔哩哔哩_bilibili Luogu P4090 [USACO17DEC] Greedy Gift Takers P Luogu U77570 「USACO 2017.12 Platinum」 Greedy Gift 阅读全文
posted @ 2023-09-15 16:00 董晓 阅读(309) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 43 下一页