上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 43 下一页
摘要: 视频链接:133 Dancing Links 舞蹈链 数独_哔哩哔哩_bilibili Luogu P1784 数独 #include<iostream> #include<cstdio> #include<cstring> #include<algorithm> using namespace s 阅读全文
posted @ 2023-06-29 06:53 董晓 阅读(283) 评论(0) 推荐(0) 编辑
摘要: 视频链接:132 Dancing Links 精确覆盖问题_哔哩哔哩_bilibili Luogu P4929 【模板】舞蹈链(DLX) #include<iostream> #include<cstdio> #include<cstring> #include<algorithm> using n 阅读全文
posted @ 2023-06-27 11:09 董晓 阅读(376) 评论(1) 推荐(0) 编辑
摘要: 视频链接:131 IDA*算法 The Rotation Game_哔哩哔哩_bilibili POJ2286 The Rotation Game #include <cstdio> #include <cstring> #include <iostream> #include <algorithm 阅读全文
posted @ 2023-06-25 12:14 董晓 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 视频链接:130 IDA算法 Booksort_哔哩哔哩_bilibili POJ3460 Booksort #include <cstdio> #include <cstring> #include <iostream> #include <algorithm> using namespace s 阅读全文
posted @ 2023-06-25 12:12 董晓 阅读(253) 评论(0) 推荐(0) 编辑
摘要: 视频链接:129 A*算法 八数码_哔哩哔哩_bilibili Luogu P1379 八数码难题 #include <iostream> #include <algorithm> #include <queue> #include <unordered_map> using namespace s 阅读全文
posted @ 2023-06-23 20:52 董晓 阅读(393) 评论(0) 推荐(1) 编辑
摘要: 视频链接:128 A*算法 第K短路_哔哩哔哩_bilibili POJ2449 Remmarguts' Date #include <cstdio> #include <iostream> #include <cstring> #include <vector> #include <queue> 阅读全文
posted @ 2023-06-23 20:51 董晓 阅读(510) 评论(0) 推荐(0) 编辑
摘要: 视频链接:127 双向DFS 送礼物_哔哩哔哩_bilibili CH2401 送礼物 //双向DFS+二分: N=2^23=8*10^6, N*logN=2^23*23=2*10^8 #include <iostream> #include <algorithm> using namespace 阅读全文
posted @ 2023-06-22 22:05 董晓 阅读(313) 评论(0) 推荐(1) 编辑
摘要: 视频链接:126 迭代加深 Addition Chains_哔哩哔哩_bilibili Luogu UVA529 Addition Chains POJ2248 Addition Chains #include <iostream> using namespace std; int n, d; // 阅读全文
posted @ 2023-06-21 21:45 董晓 阅读(319) 评论(0) 推荐(0) 编辑
摘要: 视频链接:125 生日蛋糕 DFS剪枝_哔哩哔哩_bilibili Luogu P1731 [NOI1999] 生日蛋糕 #include <cstring> #include <iostream> #include <algorithm> #include <cmath> using namesp 阅读全文
posted @ 2023-06-20 20:24 董晓 阅读(309) 评论(0) 推荐(1) 编辑
摘要: 视频链接:124 小木棍 DFS剪枝_哔哩哔哩_bilibili Luogu P1120 小木棍 #include <iostream> #include <cstring> #include <algorithm> using namespace std; const int N=70; int 阅读全文
posted @ 2023-06-18 10:24 董晓 阅读(392) 评论(0) 推荐(1) 编辑
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 43 下一页