文件名称:trie
介绍说明--下载内容均来自于网络,请自行研究使用
简单实现trie树,这里的删除没有用到其它的数据结构诸如堆栈,而是利用另外的指针存储路径来删除,详见代码和注释。-Simple implementation of trie tree, where the deletion is not used other data structures such as stacks, but to use a pointer to another storage path to delete, see the code and comments.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
main.c
trie.c
trie.h