摘要: /*字典树操作:1.插入3.查找*/#include#include#includeusing namespace std;const int MAXN=10010;//单词的个数const int ALPH=26;//字母表个数typedef struct Tire... 阅读全文
posted @ 2018-07-28 19:54 _年少有为 阅读(111) 评论(0) 推荐(0) 编辑