Skip to content
/ Trie Public
forked from KnairdA/Trie

Simple C++ template implementation of a prefix tree

Notifications You must be signed in to change notification settings

3brahimi/Trie

 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.8%
  • CMake 5.2%