1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Document: python-pygtrie
Title: Pygtrie documentation
Author: Michal Nazarewicz
Abstract: Python library implementing a trie data structure.
Trie data structure, also known as radix or prefix tree, is a tree associating
keys to values where all the descendants of a node have a common prefix
(associated with that node).
Section: Programming/Python
Format: HTML
Index: /usr/share/doc/python-pygtrie-doc/html/index.html
Files:
/usr/share/doc/python-pygtrie-doc/html/*.html
/usr/share/doc/python-pygtrie-doc/html/_sources/*
/usr/share/doc/python-pygtrie-doc/html/_static/*
|