Q149
Which of the following traversal in a binary tree is similar to depth first traversal?
A.
level order
B.
post order
C.
pre order
AnswerD.
in order
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board