What is the logic behind the names in-order, pre-order and post-order? Why are they called like that?
In-order. Why the word "in", what is it "in"?
Pre-order. "Pre", means "previous", but previous what?
Post-order. "Post" means "after", but after what?
I know that there are previous threads asking how one traverses a tree using these orders and such. NOTE THAT THAT IS NOT WHAT I'M ASKING HERE SO IT'S NOT A DUPLICATE QUESTION. I'm asking what is the meaning of the names. Why are they called like they are called.