Vidyalelo
Data Structure · Q33

Trees in Data Structures

Programming · Data Structure · question 33

Q33

Which traversal technique would you use to create a depth-first search of a binary tree?

A.
Inorder, Preorder, or Postorder
Answer
B.
Level-order
C.
Breadth-first search
D.
Randomized order

Answer: Option A

Solution

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