Vidyalelo
Data Structure · Q38

Trees in Data Structures

Programming · Data Structure · question 38

Q38

In a binary tree, which type of node traversal will visit nodes in increasing order?

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

Answer: Option A

Solution

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