miedzinski / prefix-tree

A map and set interfaces using trie data structure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prefix tree

Build Status Documentation

Map and set interface using trie data structure.

See Wikipedia and documentation for more information.

Usage

Include this library in your project by adding the following to your Cargo.toml:

[dependencies]
prefix-tree = "0.5.0"

License

MIT.

Copyright (c) 2020 Dominik Miedziński.

About

A map and set interfaces using trie data structure

License:MIT License


Languages

Language:Rust 100.0%