摘要:
#include <stdio.h> #include <stdlib.h> #include <string.h> #define MAX 27 //26个字母和'//字典树的结构体定义typedef struct Word { Word *next[MAX];//数组下标0-25代表小写字母,2 阅读全文
posted @ 2016-12-27 11:31
流云Ol
阅读(163)
评论(0)
推荐(0)
2016年12月27日