Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sglvladi/ortrie


https://github.com/sglvladi/ortrie

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# OrTrie
Provides a simple implementation of an ordinary string trie structure using Python dictionaries. Make/update, draw and search functions
have also been developed, but could require further development.

The approximate search algorithm is a slightly modified version of the one described by H.Shang in [1].

{References}
[1] : http://ieeexplore.ieee.org/xpl/articleDetails.jsp?arnumber=536247&queryText=tries+for+approximate&newsearch=true&searchField=Search_All