summaryrefslogtreecommitdiff
path: root/misc/py-python-pygtrie/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'misc/py-python-pygtrie/pkg-descr')
-rw-r--r--misc/py-python-pygtrie/pkg-descr4
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/py-python-pygtrie/pkg-descr b/misc/py-python-pygtrie/pkg-descr
new file mode 100644
index 000000000000..abecc4aed868
--- /dev/null
+++ b/misc/py-python-pygtrie/pkg-descr
@@ -0,0 +1,4 @@
+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.