https://github.com/surajiyer/yatrie
Python Trie data structure
https://github.com/surajiyer/yatrie
data-structures python trie
Last synced: about 1 year ago
JSON representation
Python Trie data structure
- Host: GitHub
- URL: https://github.com/surajiyer/yatrie
- Owner: surajiyer
- License: mit
- Created: 2020-08-09T20:11:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-09T21:50:50.000Z (over 5 years ago)
- Last Synced: 2025-02-04T18:50:54.845Z (about 1 year ago)
- Topics: data-structures, python, trie
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yet Another Trie (YATrie)
Python Trie data structure implementation for string mapping to values and fast lookups.
## Installation
`pip install yatrie`