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

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

README.md