For questions about the data structures known as trees.
34
votes
0answers
787 views
How to construct a treemap using non-rectangles?
I've written the standard version of a tree map (a graphic that shows nested data) and I'm looking to improve on this layout by switching to different types of polygons or perhaps circles. Can anyone ...
0
votes
0answers
41 views
tree of values representation
Main Question
Is there an efficient way to output a tree of values similar to the output of TreeForm?
Something like
...