root-11 / graph-theory

A simple graph library
MIT License
82 stars 19 forks source link

Add example that generates a radix tree #30

Open root-11 opened 2 years ago

root-11 commented 2 years ago

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