Graph spacing algorithm
Posted
by David
on Stack Overflow
See other posts from Stack Overflow
or by David
Published on 2010-04-18T09:37:09Z
Indexed on
2010/04/18
9:43 UTC
Read the original article
Hit count: 552
Hi, I am looking for an algorithm that would be useful for determining x y coordinates for a number objects to display on screen. Each object can be related to another object and there can be any number of relationships and there can be any number of these objects.
There is no restriction on the overall size of area on which to display these object.
I am writing this in php and would be looking to store the coordinates in an array.
© Stack Overflow or respective owner