in reply to Re: constructing a tree from csv file
in thread constructing a tree from csv file
I get this__DATA__ M7, Q, P, M7, M28, E, M28, M6, E, M6, Q, Pl,
Whereas I expectM7<-M28<-M6<-Q = Pl.E.E M6<-Q = Pl M28<-M6<-Q = Pl.E
That is I expect only the shortest path from child to parent if it is there.M7<-Q = P M28<-M6<-Q = Pl.E M6<-Q = Pl
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: constructing a tree from csv file
by oiskuu (Hermit) on Nov 21, 2013 at 14:23 UTC | |
by zing (Beadle) on Nov 22, 2013 at 05:21 UTC |