From dffe5e060399eea7d8a6985664786cc2a5d933ff Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 11 Sep 2014 13:08:41 +0200 Subject: Squashed 'source/00_content/' content from commit 63d9db8 git-subtree-dir: source/00_content git-subtree-split: 63d9db8438ed6b32c4a85d487c07ea31bda666e4 --- pages/projects/trie.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pages/projects/trie.md (limited to 'pages/projects/trie.md') 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/ -- cgit v1.2.3