On Thu, Jan 13, 2005 at 09:18:00PM -0700, Li-Ta Lo wrote: > The only problem is how do we do a non-recursive broad first > tree traversal?
If recursion is the only problem and RAM is up then plain iteration and a "manual" stack could work. //Peter _______________________________________________ Linuxbios mailing list [email protected] http://www.clustermatic.org/mailman/listinfo/linuxbios

