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

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

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`