Boost logo

Boost :

From: Terje Slettebø (tslettebo_at_[hidden])
Date: 2002-10-11 05:36:17


>From: "Terje Slettebø" <tslettebo_at_[hidden]>

Just a small correction. I found that pre/post refers to the element, not
the children, so pre-order means the element is processed first, and
post-order means it's processed last. So the corrected terminology should
be:

Pre-order (element before children)
Post-order (element after children)
In-order
Level-order

Regards,

Terje


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk