...
2012 June UGC NET Paper 1
October 7, 2023
Data-Structures
October 7, 2023
2012 June UGC NET Paper 1
October 7, 2023
Data-Structures
October 7, 2023

Data-Structures

Question 2

The preorder traversal of a binary search tree is 15, 10, 12, 11, 20, 18, 16, 19.

Which one of the following is the postorder traversal of the tree?

A
20, 19, 18, 16, 15, 12, 11, 10
B
11, 12, 10, 16, 19, 18, 20, 15
C
10, 11, 12, 15, 16, 18, 19, 20
D
19, 16, 18, 20, 11, 12, 10, 15
Question 2 Explanation: 


Postorder:
11, 12, 10, 16, 19, 18, 20, 15
Correct Answer: B
Question 2 Explanation: 


Postorder:
11, 12, 10, 16, 19, 18, 20, 15
0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
error: Alert: Content selection is disabled!!