Skip to content

SaverioCode/radix-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RadixTree

This is a C++ implementation of a RadixTree
The design follows the RAII idiom, and the tree is fully templated to support reuse with any data type

Requiriments

  • C++ 14 (or greater)

Debug

RadixTree::printTree() method to print the tree. Compile with -D DEBUG

ToDo

  • remove method
  • trasverse method, in order to apply your custom function
  • DOT graph
  • tests

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages