Acwing算法基础课
玛珈山大萌新
破山中贼易,破心中贼难。不破不立,破而后立,立而为人。
展开
-
[AcWing面向模型编程]trie
题目1:AcWing 143. 最大异或对 分析: 01字典树模板题 代码: #include <bits/stdc++.h> using namespace std; typedef long long ll;//三年竞赛一场空,不开 long long 见祖宗 //typedef __int128 lll; #define print(i) cout << "debug: " << i << endl #define close() ios::sync_原创 2020-10-12 01:01:15 · 119 阅读 · 0 评论 -
[AcWing面向模型编程]数论
质数定理:1 - n中有n / lnn个质数原创 2020-09-25 18:22:15 · 79 阅读 · 0 评论 -
[AcWing面向模型编程]kmp
题目:831. KMP字符串 分析: 听y总讲了一遍kmp,感觉理解的还不错,应该可以默写了。 代码: #include <bits/stdc++.h> using namespace std; typedef long long ll; //typedef __int128 lll; #define print(i) cout << "debug: " << i << endl #define close() ios::sync_with_stdio(0),原创 2020-09-16 00:08:22 · 113 阅读 · 0 评论