1.

Which of the following traversal in a binary tree is similar to depth first traversal?

A. level order
B. post order
C. pre order
D. in order
Answer» D. in order


Discussion

No Comment Found