An open API service indexing awesome lists of open source software.

https://github.com/gers2017/trie-ferris

trie data structure
https://github.com/gers2017/trie-ferris

data-structures rust tree-data-structure trie trie-data-structure trie-implementation

Last synced: about 1 year ago
JSON representation

trie data structure

Awesome Lists containing this project

README

          

# Trie data structure

I made this for learning purposes and for my own projects.
This is not intended for use in production.

### Resources

- [What is a Trie?](https://en.wikipedia.org/wiki/Trie)
- [Implementing the trie data structure in Rust (Tim McNamara)](https://www.youtube.com/watch?v=f9B87LA86g0)