A Treemap is a compact two dimensional representation of the "size" of Nodes to each other. Each Node has a size that is used to determine how much space is reserved for this Node when laying the Treemap out on a Rect.
Find the Node for a position. @return Maybe!Node @see Unittest on how to use it.
@param n which rect to return. @return the Rect of the given Node.
Layouts the treemap for a Rect.
See Implementation
A Treemap is a compact two dimensional representation of the "size" of Nodes to each other. Each Node has a size that is used to determine how much space is reserved for this Node when laying the Treemap out on a Rect.