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