aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 9e03d6b9f58708d1f357a20dbf59ab9c079dd095 (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
- Unit tests based on GoogleTest