Vidyalelo
Data Structure · Q15

Trees in Data Structures

Programming · Data Structure · question 15

Q15

Which traversal method of a binary tree visits the root node first?

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

Answer: Option A

Solution

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