欧拉回路的学习
摘要:首先了解七桥问题: 传送门: https://blog.csdn.net/threewells_14/article/details/1603594 欧拉图详解: 传送门 : https://blog.csdn.net/u013480600/article/details/44805491 欧拉函数
阅读全文
博弈专题
摘要:HDU1846 Brave Game 巴什博奕简单版。 常见四种博弈的讲解: https://blog.csdn.net/ac_gibson/article/details/41624623 HDU 2897 邂逅明下 巴什博奕复杂版。(巴什博奕注意的2个地方, 第一:不管第一个人拿几个,第二个人一
阅读全文
n皇后问题
摘要:#include <cstring>#include <cstdlib>#include <cmath>#include <algorithm>#include <map>#include <queue>#include <set>#include <vector>#define INF 0x3f3
阅读全文