File: python-pygtrie-doc.doc-base

package info (click to toggle)
python-pygtrie 2.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 224 kB
  • sloc: python: 1,028; makefile: 14
file content (15 lines) | stat: -rw-r--r-- 578 bytes parent folder | download | duplicates (4)
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/*