C++ 无序字典树,字典树提供索引,值节点通过双向链表相连。目标替换 string 为键的 unordered_map ,并提供特定前缀子集的获取以解决多个并列 string 为键的 unordered_map。

LinTianxiang 177f8f52b7 添加析构函数 hai 10 meses
.gitignore 8c7ca5e00b 初始化仓库 hai 10 meses
README.md 8c7ca5e00b 初始化仓库 hai 10 meses
analysis1.cpp e0d38619d2 测试查找 hai 10 meses
analysis2.cpp e0d38619d2 测试查找 hai 10 meses
list.cpp 177f8f52b7 添加析构函数 hai 10 meses
list.h 177f8f52b7 添加析构函数 hai 10 meses
tire.cpp 177f8f52b7 添加析构函数 hai 10 meses
tire.h 177f8f52b7 添加析构函数 hai 10 meses

README.md