Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.78 KB

README.rst

File metadata and controls

35 lines (29 loc) · 1.78 KB

Trie implementation using nested dictionaries

https://readthedocs.org/projects/dict-trie/badge/?version=latest

This library provides a trie implementation using nested dictionaries. Apart from the basic operations, a number of functions for approximate matching are implemented.

Please see ReadTheDocs for the latest documentation.