aboutsummaryrefslogtreecommitdiff
path: root/pages/projects/trie.md
blob: 7b30a3a0a2d1a3482afa0abb1d5c74f7b4744176 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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/