https://github.com/roylee0704/go-trie
A Trie (Prefix Index) implementation in golang.
https://github.com/roylee0704/go-trie
Last synced: 2 months ago
JSON representation
A Trie (Prefix Index) implementation in golang.
- Host: GitHub
- URL: https://github.com/roylee0704/go-trie
- Owner: roylee0704
- License: mit
- Created: 2016-04-07T16:12:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-07T16:24:24.000Z (about 9 years ago)
- Last Synced: 2024-12-27T23:09:13.437Z (4 months ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-trie
A Trie (Prefix Index) implementation in golang.