aboutsummaryrefslogtreecommitdiff
path: root/pages/projects/trie.md
diff options
context:
space:
mode:
Diffstat (limited to 'pages/projects/trie.md')
-rw-r--r--pages/projects/trie.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/pages/projects/trie.md b/pages/projects/trie.md
new file mode 100644
index 0000000..7b30a3a
--- /dev/null
+++ b/pages/projects/trie.md
@@ -0,0 +1,15 @@
+# Trie
+
+…is a basic template based implementation of a prefix tree data structure.
+
+The implementation may be found on [Github] or [cgit].
+
+## Current features
+
+* Specializable tree element type
+* Adding, removing and resolving paths in the prefix tree
+* Builds on the standard library
+* Unit tests based on GoogleTest
+
+[Github]: https://github.com/KnairdA/Trie
+[cgit]: http://code.kummerlaender.eu/Trie/