Which traversal technique would you use to create a depth-first search of a binary tree?
A. Inorder, Preorder, or Postorder
B. Level-order
C. Breadth-first search
D. Randomized order
Answer: Option A
A. Inorder, Preorder, or Postorder
B. Level-order
C. Breadth-first search
D. Randomized order
Answer: Option A
A. Inorder
B. Preorder
C. Postorder
D. Level-order
Join The Discussion