Graph rendering algorithms

Hi

Is there any graph rendering tool that would automatically draw a tree like structure once the vertices are provided. I have a hashtable with states i have generated. so generally i have a state name and a quality and duration value. Is there anyway i can do a tree representation. Please let me know if there is anyway to do that.

[348 byte] By [jvaidyana] at [2007-10-3 0:20:34]
# 1

> Is there any graph rendering tool that would

> automatically draw a tree like structure once the

> vertices are provided. I have a hashtable with states

> i have generated. so generally i have a state name

> and a quality and duration value. Is there anyway i

> can do a tree representation. Please let me know if

> there is anyway to do that.

Never used it myself, but this may be what you're looking for:

http://jgrapht.sourceforge.net/

prometheuzza at 2007-7-14 17:12:04 > top of Java-index,Other Topics,Algorithms...