Is there a data structure in the JDK API which looks something like what I'm about to test my drawing skills on
Did that make any sense? Anything like that in Java?? thanks, todd [ February 01, 2003: Message edited by: heath carlough ] [ February 01, 2003: Message edited by: heath carlough ]
Barry Gaunt
Ranch Hand
Joined: Aug 03, 2002
Posts: 7729
posted
0
No, not exactly, but you could make one with a lot of [_]'s.
I edited the diagram, this is what the Data Structure looks like. Any clues? its a linked list but can be split and then converge. Its not a b-tree IMHO
Barry Gaunt
Ranch Hand
Joined: Aug 03, 2002
Posts: 7729
posted
0
Looks like the graphs one gets when doing Critical Path Analysis an stuff...
James Chegwidden
Author
Ranch Hand
Joined: Oct 06, 2002
Posts: 201
posted
0
The question is if there is any thing like this in other languages like java. Looks like critical path, PERT, CPM, stuff or graphs. Look at some data structure books to check.
Mr. C<br /> <br />Author and Instructor<br />My book:<br /><a href="http://www.aw-bc.com/catalog/academic/product/0,1144,1576761614,00.html" target="_blank" rel="nofollow">http://www.aw-bc.com/catalog/academic/product/0,1144,1576761614,00.html</a>