1. Computer Science Engineering (CSE)
  2. Data Structures (DS)
  3. Non Linear Data Structures - Trees
  4. For the tree below, write the in-order t...
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)

Discussion