aboutsummaryrefslogtreecommitdiff
path: root/pages/projects/trie.md
diff options
context:
space:
mode:
authorAdrian Kummerlaender2014-08-12 16:45:23 +0200
committerAdrian Kummerlaender2014-08-12 16:45:23 +0200
commit90573e5baa9d7eb2a132454dd0fccd65e5c43748 (patch)
tree1d96c58176f836850ab51a19d1c975f2782f9bfd /pages/projects/trie.md
parent11fa38f48883bb45cf592bee09c7c70e0d898e63 (diff)
downloadblog_content-90573e5baa9d7eb2a132454dd0fccd65e5c43748.tar
blog_content-90573e5baa9d7eb2a132454dd0fccd65e5c43748.tar.gz
blog_content-90573e5baa9d7eb2a132454dd0fccd65e5c43748.tar.bz2
blog_content-90573e5baa9d7eb2a132454dd0fccd65e5c43748.tar.lz
blog_content-90573e5baa9d7eb2a132454dd0fccd65e5c43748.tar.xz
blog_content-90573e5baa9d7eb2a132454dd0fccd65e5c43748.tar.zst
blog_content-90573e5baa9d7eb2a132454dd0fccd65e5c43748.zip
Somewhat fleshed out the project pages
* e.g. linked Github and cgit repositories
Diffstat (limited to 'pages/projects/trie.md')
-rw-r--r--pages/projects/trie.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/pages/projects/trie.md b/pages/projects/trie.md
index 7d5c0d5..8675203 100644
--- a/pages/projects/trie.md
+++ b/pages/projects/trie.md
@@ -1,3 +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/