Clarification of Question by
diddydustin-ga
on
07 Apr 2004 07:18 PDT
Sure,
You are correct, I am not referring to a process graph. I am using
this for a genealogical program. I am reading a file with commands
like, I 13 P 2 M 4, which means: "Individual 13 has parents 2 and is
married in family 4." Or F 4 H 9 W 6 C 4 C 5 means "Family 4 has
husband 9, wife 6, and children 4 5". Once I read in all of this data,
I need to store it in a structure, then perform the shortest path
algorithm to determine how two individuals are connected. For example,
"individual 5 family 2 individual 8 family 6 individual 8" would show
how 5 and 8 are connceted.
Does this clarify?