$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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