Pure Python trie data structure implementation
A trie is a tree-like data structure whose nodes store the letters of an alphabet. By structuring the nodes in a particular way, words and strings can be retrieved from the structure by traversing down a branch path of the tree.
$
pkg install py311-python-pygtrieOrigin
misc/py-python-pygtrie
Size
266KiB
License
APACHE20
Maintainer
yuri@FreeBSD.org
Dependencies
1 packages
Required by
0 packages