Algorithm best placement of nodes in hierarchical graph

218 Views Asked by At

I am looking for building a hierarchical graph dynamically & programmatically.

a graph like this: example
(source: graphviz.org)

I don't know how to place the nodes in a good way to avoid collisions.

Any idea of an algorithm I could use?

0

There are 0 best solutions below