Q.

For the tree below, write the in-order traversal.

A. 6, 2, 5, 7, 11, 2, 5, 9, 4
B. 6, 5, 2, 11, 7, 4, 9, 5, 2
C. 2, 7, 2, 6, 5, 11, 5, 9, 4
D. none
Answer» A. 6, 2, 5, 7, 11, 2, 5, 9, 4
1.1k
0
Do you find this helpful?
1

View all MCQs in

Data Structures (DS)

Discussion

No comments yet