From ded69be933abdb3ff69e3bf1991586a70fd13d63 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 11 Sep 2014 13:06:53 +0200 Subject: Removed contents as they were relocated into their own repository --- source/00_content/pages/projects/trie.md | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 source/00_content/pages/projects/trie.md (limited to 'source/00_content/pages/projects/trie.md') diff --git a/source/00_content/pages/projects/trie.md b/source/00_content/pages/projects/trie.md deleted file mode 100644 index 7b30a3a..0000000 --- a/source/00_content/pages/projects/trie.md +++ /dev/null @@ -1,15 +0,0 @@ -# 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/ -- cgit v1.2.3