blob: ff9963dad9141f16fba086be348bce29c755d0cc (
plain) (
blame)
1
2
3
4
5
6
|
Python binding for libdatrie, a kind of digital search tree.
Trie is an efficient indexing method. It is also a kind of deterministic finite
automaton (DFA).
WWW: https://github.com/pytries/datrie
|