https://github.com/oniani/pt
A prefix tree for English alphabet
https://github.com/oniani/pt
english-alphabet prefix-tree rust
Last synced: 3 months ago
JSON representation
A prefix tree for English alphabet
- Host: GitHub
- URL: https://github.com/oniani/pt
- Owner: oniani
- License: mit
- Created: 2021-06-07T01:35:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-15T04:40:45.000Z (7 months ago)
- Last Synced: 2025-03-02T10:08:12.294Z (3 months ago)
- Topics: english-alphabet, prefix-tree, rust
- Language: Rust
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pt
A zero-dependency pure Rust prefix tree optimized for an English alphabet.
## Tests
```
cargo test --release
```## References
- [Trie](https://en.wikipedia.org/wiki/Trie)
## License
[MIT License](LICENSE)