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 ]
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
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.