Computer-Networks
October 16, 2023DSSSB PGT 2021
October 17, 2023Data-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:
5,4,10,8,6,49,31,43,19,17,11 | |
4,5,6,8,10,11,19,17,43,31,49 | |
4,5,8,10,6,17,31,49,43,19,11 | |
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
Subscribe
Login
0 Comments