radix_tree icon indicating copy to clipboard operation
radix_tree copied to clipboard

Radix_Tree for set

Open SimaIm opened this issue 2 years ago • 1 comments

Is it possible to consider sets of numbers as input values? instead of a string?

SimaIm avatar Apr 21 '22 12:04 SimaIm

This container requires operator [] for the type of key. If you implement [] for sets of numbers, you can use this. However, I think radix tree does not fit sets.

https://github.com/ytakano/radix_tree/blob/master/examples/example2.cpp

ytakano avatar Apr 24 '22 09:04 ytakano