Vidyalelo
Data Structure · Q23

Trees in Data Structures

Programming · Data Structure · question 23

Q23

Which traversal method is typically used for creating a mirrored image of a binary tree?

A.
Postorder
B.
Inorder
C.
Preorder
Answer
D.
Level-order

Answer: Option C

Solution

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