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

LinTianxiang 90e13e0fac 添加bitmap优化析构 hai 10 meses
.gitignore 8c7ca5e00b 初始化仓库 hai 10 meses
README.md 8c7ca5e00b 初始化仓库 hai 10 meses
analysis1.cpp 92cdf06060 更新性能测试(tire析构占用时间过多) hai 10 meses
analysis2.cpp 92cdf06060 更新性能测试(tire析构占用时间过多) hai 10 meses
analysis3.cpp 92cdf06060 更新性能测试(tire析构占用时间过多) hai 10 meses
analysis4.cpp 92cdf06060 更新性能测试(tire析构占用时间过多) hai 10 meses
list.cpp 177f8f52b7 添加析构函数 hai 10 meses
list.h 177f8f52b7 添加析构函数 hai 10 meses
tire.cpp 90e13e0fac 添加bitmap优化析构 hai 10 meses
tire.h 90e13e0fac 添加bitmap优化析构 hai 10 meses

README.md