For questions about the data structures known as trees.

learn more… | top users | synonyms

32
votes
0answers
739 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
39 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 ...