Re: Code / Pseudocode on Graph layout Algorithms
Posted By:
matt_cornell
Posted On:
Wednesday, October 8, 2003 10:41 AM
Quick thoughts:
o graph layout is a big topic
o there's a spring layout example in the JDK
o openjgraph (or jgraph?) has some layouts supported
o this survey paper is a good starting place: http://citeseer.nj.nec.com/herman00graph.html
o this book seems to be well done: http://www.cs.brown.edu/people/rt/gdbook.html
Good luck!
matt