KMP #include <iostream> using namespace st…
SPFA
SPFA #include <iostream> #include <cstring>…
Dijkstra
DIJKSTRA #include <iostream> #include <…
DFS n皇后问题
#include <iostream> using namespace std; int n; c…
哈希;开放寻址与拉链法
HASH #include <iostream> #include <string.h>…
CCF 2020-12
一: #include <iostream> #include <algor…
CCF 2020-09
第一题: #include <iostream> #include <algorithm&g…
CCF 2019-12
第一题: #include <iostream> using namespace std; int…
CCF 2019-09
第一题: #include <iostream> #include <algorithm&g…
CCF-CSP 2018-09
第一题: #include <iostream> using namespace std; int…