Does anyone have any ideas for efficiently comparing data in paths contained in one tree? I have a data structure with 3 paths, each contains true/false statements relating to points. I need to compare these statements to one another with an AND gate, in order to cull the points from a list, however I do not want to have duplicate data. I can do this perfectly well for three paths using the explode tree component. This would not be a problem however I know that I will need to compare at least 40 paths. Its doable with the explode tree component just not elegant.
thoughts?
joel
Tags: