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
- Host: GitHub
- URL: https://github.com/gers2017/trie-ferris
- Owner: Gers2017
- License: bsd-3-clause
- Created: 2023-05-30T04:47:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-31T22:51:29.000Z (almost 3 years ago)
- Last Synced: 2025-01-18T00:08:57.729Z (about 1 year ago)
- Topics: data-structures, rust, tree-data-structure, trie, trie-data-structure, trie-implementation
- Language: Rust
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)