
HASH
文章平均质量分 77
驱动幽灵百鬼夜行小肆
活在驱动层的一个幽灵专业课不行数学不行算法不行但是我就是爱计算机PE structure是如此的美妙不关心任何黑产
展开
-
【POJ1077】Eight 八数码问题,解题报告+思路+代码
#include #include #include #define INPUTusing namespace std;/** Problem : poj1077,hdu1043,经典的八数码问题。 知识点: BFS + HASH + 打表 + 父亲节点记录 境界:3 - BFS+HASH+打表 A了两天!!! 记得拿启发式,双向BFS重新写原创 2012-03-24 12:48:48 · 5660 阅读 · 0 评论 -
【POJ1198 Solitaire 】 思路+解题报告+测试数据生成器
#include #include #include #include //#define DBG//#define INPUT//#define DBG1using namespace std;/** Problem: poj1198 - Solitaire Begin Time : 18:33 15th/Mar/2012 End原创 2012-03-16 18:43:26 · 1781 阅读 · 0 评论