aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: db5d4f740a7fd820408ec7f559d52c5511aca63f (plain)
1
2
3
4
5
6
7
8
9
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