graph-theory icon indicating copy to clipboard operation
graph-theory copied to clipboard

Add example that generates a radix tree

Open root-11 opened this issue 3 years ago • 0 comments

https://en.wikipedia.org/wiki/Radix_tree

image

Automatic conversion of column of text to radix tree would be a neat helper for many cases. In particular as a radix tree is quick to update in contrast to a b-tree and therefore can be useful as an index for a table that changes quickly

root-11 avatar Mar 02 '22 17:03 root-11