...
Computer-Networks
October 16, 2023
DSSSB PGT 2021
October 17, 2023
Computer-Networks
October 16, 2023
DSSSB PGT 2021
October 17, 2023

Data-Structures

Question 310
Given the sequence of nodes {11,6,8,19,4,10,5,17,43,49,31} not necessarily in correct order for generating binary search tree. The corresponding postorder traversal of the BST is:
A
5,4,10,8,6,49,31,43,19,17,11
B
4,5,6,8,10,11,19,17,43,31,49
C
4,5,8,10,6,17,31,49,43,19,11
D
5,4,10,8,6,17,31,49,43,19,11
Question 310 Explanation: 

Post order: 5,4,10,8,6,17,31,49,43,19,11

Correct Answer: D
Question 310 Explanation: 

Post order: 5,4,10,8,6,17,31,49,43,19,11

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!!