2014年6月27日

【HDOJ】2609 How many

摘要: 循环同构的最小表示法。 1 #include <cstdio> 2 #include <cstring> 3 4 #define MAXN 10005 5 #define MAXL 105 6 7 char map[MAXN][MAXL]; 8 char buf[MAXL]; 9 10 int Mi 阅读全文

posted @ 2014-06-27 22:15 Bombe 阅读(164) 评论(0) 推荐(0) 编辑

【POJ】1035 Spell checker

摘要: 字典树。 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 using namespace std; 8 9 typedef struct Trie { 10 int in;... 阅读全文

posted @ 2014-06-27 17:18 Bombe 阅读(201) 评论(0) 推荐(0) 编辑

【POJ】2418 Hardwood Species

摘要: 简单字典树。 阅读全文

posted @ 2014-06-27 12:11 Bombe 阅读(195) 评论(0) 推荐(0) 编辑

【POJ】1056 IMMEDIATE DECODABILITY

摘要: 字典树水题。 阅读全文

posted @ 2014-06-27 11:44 Bombe 阅读(153) 评论(0) 推荐(0) 编辑

导航