Search code examples
c++data-structuresradix-tree

Open source Multi-Way Radix Tree


I'm looking for a Radix Tree implementation that I can use for keys that are string of binary characters, actually UUID so must support null byte.

It'd be used in a commercial product so something with a suitable licence.


Solution

  • There is a java implementation available here http://www.badgenow.com/p/radixtree/