@BeeCee wrote:
Given a tree with two main branches and 75 proceeding branches in each one after…
{0;0}, {0;1}, {0;n}… {0;75}, {1;0}, … {1;75}
How can I break these into two separate tree sets, so that I have one node with the {0;n}, with branches 1 through 75, and another node with the {1;n} with branches 1 through 75 ?
Posts: 8
Participants: 3