diff options
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
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 + |