McqMate
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 |
View all MCQs in
Data Structures (DS)No comments yet