摘要: #include <stdio.h> #include <stdlib.h> #include <string.h> /** * 字典树 * 1、根节点(Root)不包含字符,除根节点外的每一个节点都仅包含一个字符; * 2、从根节点到某一节点路径上所经过的字符连接起来,即为该节点对应的字符串; * 阅读全文
posted @ 2022-05-04 16:58 bug_killer 阅读(184) 评论(0) 推荐(0)