8000 GitHub - mmosko/ternary_tree: A rust ternary search tree
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mmosko/ternary_tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ternary_tree

A rust ternary search tree.

This TST is simple, with insert(), search(), and longest_prefix(). We will add remove() soon.

TODO

It's a long list. The TrieValueType should be a generic. The code is not optimized.

About

A rust ternary search tree

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0