On 8/2/2010 5:17 PM, Pieter Hintjens wrote: > Before discussing solutions, could you explain more about the use case? > Also, trunk-branch-leaf trees, or forests if you will, as in struct Node { Node* sibling; Node* child; Node* leaf; }. - Oliver