radix_tree:STL像C ++中的基数容器(又名PATRICIA trie)

时间:2021-05-07 19:56:04
【文件属性】:
文件名称:radix_tree:STL像C ++中的基数容器(又名PATRICIA trie)
文件大小:19KB
文件格式:ZIP
更新时间:2021-05-07 19:56:04
radix-tree patricia-trie C++ radix_tree STL像是C ++中的基数容器 用法 这是一个仅标头的库。 只是包括它。 参见。 开发 要求:任何C ++ 98编译器( g++或clang++ ), cmake ~/radix_tree $ mkdir build && cd build ~/radix_tree/build $ cmake .. -DBUILD_TESTS=On ~/radix_tree/build $ make check 版权 请参阅 。
【文件预览】:
radix_tree-master
----.travis.yml(414B)
----radix_tree_it.hpp(4KB)
----radix_tree_node.hpp(2KB)
----cmake()
--------GTest.cmake(3KB)
----tests()
--------test_radix_tree_insert.cpp(5KB)
--------test_radix_tree_iterator.cpp(4KB)
--------test_radix_tree_erase.cpp(4KB)
--------CMakeLists.txt(1KB)
--------common.hpp(1KB)
--------test_radix_tree_prefix_match.cpp(3KB)
--------test_radix_tree_find.cpp(2KB)
--------test_radix_tree_longest_match.cpp(2KB)
--------test_radix_tree_greedy_match.cpp(3KB)
----radix_tree.hpp(14KB)
----examples()
--------example1.cpp(2KB)
--------example2.cpp(4KB)
----CMakeLists.txt(1KB)
----README.md(512B)
----COPYING(1KB)

网友评论