Vidyalelo
Data Structure · Q149

Graph Algorithms (DFS, BFS, Dijkstras, etc)

Programming · Data Structure · question 149

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
Answer
D.
in order

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board