From 85b17dca6e62fc43517506c281f16dd91f53f0ae Mon Sep 17 00:00:00 2001 From: Adrian Kummerländer Date: Tue, 4 Feb 2014 19:21:42 +0100 Subject: Added basic README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..db5d4f7 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Trie + +... is a basic template based implementation of a prefix tree data structure. + +## Current features: + +- Specializable tree element type +- Adding, removing and resolving paths in the prefix tree +- Builds on the standard library + -- cgit v1.2.3