2013年5月30日

poj 3253

摘要: 哈夫曼树,挺有意思的~~~ 1 #include <iostream> 2 #include <string> 3 #include <vector> 4 #include <cstdlib> 5 #include <cmath> 6 #include <map> 7 #include <algorithm> 8 #include <list> 9 #include <ctime>10 #include <set>11 #include <string.h>12 阅读全文

posted @ 2013-05-30 21:44 kakamilan 阅读(160) 评论(0) 推荐(0) 编辑

poj 2151

摘要: 实在没有发现这个题和二分查找或hash有啥关系.... 1 #include <iostream> 2 #include <string> 3 #include <vector> 4 #include <cstdlib> 5 #include <cmath> 6 #include <map> 7 #include <algorithm> 8 #include <list> 9 #include <ctime>10 #include <set>11 #include <s 阅读全文

posted @ 2013-05-30 20:52 kakamilan 阅读(138) 评论(0) 推荐(0) 编辑

导航