graph-theory
graph-theory copied to clipboard
Add example that generates a radix tree
https://en.wikipedia.org/wiki/Radix_tree

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