上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 44 下一页
摘要: 视频链接:130 IDA算法 Booksort_哔哩哔哩_bilibili POJ3460 Booksort #include <cstdio> #include <cstring> #include <iostream> #include <algorithm> using namespace s 阅读全文
posted @ 2023-06-25 12:12 董晓 阅读(257) 评论(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 董晓 阅读(404) 评论(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 董晓 阅读(524) 评论(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 董晓 阅读(316) 评论(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 董晓 阅读(324) 评论(0) 推荐(0) 编辑
摘要: 视频链接:125 生日蛋糕 DFS剪枝_哔哩哔哩_bilibili Luogu P1731 [NOI1999] 生日蛋糕 #include <cstring> #include <iostream> #include <algorithm> #include <cmath> using namesp 阅读全文
posted @ 2023-06-20 20:24 董晓 阅读(313) 评论(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 董晓 阅读(397) 评论(0) 推荐(1) 编辑
摘要: 视频链接:123 小猫爬山 DFS剪枝_哔哩哔哩_bilibili CH2201 小猫爬山 #include <iostream> #include <cstring> #include <algorithm> using namespace std; const int N=30; int n,w 阅读全文
posted @ 2023-06-17 12:53 董晓 阅读(278) 评论(0) 推荐(1) 编辑
摘要: 视频链接:122 分成互质组 DFS剪枝_哔哩哔哩_bilibili ybt1221 分成互质组 2 #include <cstdio> #include <iostream> #include <vector> using namespace std; const int N=11; int n, 阅读全文
posted @ 2023-06-17 12:15 董晓 阅读(301) 评论(0) 推荐(0) 编辑
摘要: 视频链接:121 单词接龙 DFS_哔哩哔哩_bilibili Luogu P1019 [NOIP2000 提高组] 单词接龙 #include<iostream> using namespace std; const int N=25; int n,ans; int used[N]; //每个单词 阅读全文
posted @ 2023-06-16 21:33 董晓 阅读(355) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 44 下一页