Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple C++ template implementation of a prefix tree

Resources

Stars

6 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages