
好题
文章平均质量分 78
驱动幽灵百鬼夜行小肆
活在驱动层的一个幽灵专业课不行数学不行算法不行但是我就是爱计算机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 评论 -
【POJ3009 - Curling】 解题报告+思路+代码+教训(看别人的报告过的)
#include #include #include #include #define INPUT/**Problem : poj3009看别人的报告过得,代码基本上相同,因为实在不会了Begin Time: 11th/3/2012 7:28 p.m.End Time: 11th/3/2012 11:10 p.m.解题报告:http://blog.youkuaiyun.com/harder原创 2012-03-11 23:15:44 · 1055 阅读 · 0 评论 -
【POJ1011 Sticks】解题报告+思路+代码
#include #include #include #include #include //#define INPUTusing namespace std;/** Problem : poj1011 - Sticks Begin Time : 13:00 p.m. 15th/mar/2012 End Time : 15:10 p.m. 15th/mar/2原创 2012-03-16 18:45:54 · 1390 阅读 · 0 评论