Stuart McLachlan
stuart at lexacorp.com.pg
Sun Feb 12 16:41:49 CST 2012
How many thousands? Small enough to pull the data into an array in memory? If so, I 'd pull it into one. Effectively, you will have a one way linked list. Then you can use an accumulator for each code and a recursive tree walking algorithm. It shouldn't take long to knock up the necessary code. -- Stuart On 12 Feb 2012 at 9:08, Thomas Ewald wrote: > As I said, this is an easy example. I have 8 uncertainty codes, several > vehicles (corresponding to Part 1 in this example; in other words, several > starting points) about 15 levels and thousands of parts. What would be the > best way to traverse the tree, getting only the non-R data for a vehicle? >