Traversing techniques of a binary tree - Pre-order, in-order, post-order
Q. There are different ways of traversing a binary tree. What are those traversing technique?- Published on 22 Jun 15a. Prefix, infix, postfix
b. Pre-order, in-order, post-order
c. Pre-traversal, in-traversal, post-traversal
d. None of the above.
ANSWER: Pre-order, in-order, post-order