Question 2041 – Nielit Scientific Assistance CS 15-10-2017
November 9, 2023
Question 2048 – Nielit Scientific Assistance CS 15-10-2017
November 9, 2023
Question 2041 – Nielit Scientific Assistance CS 15-10-2017
November 9, 2023
Question 2048 – Nielit Scientific Assistance CS 15-10-2017
November 9, 2023

Question 2044 – Nielit Scientific Assistance CS 15-10-2017

A binary search tree contains the values- 1,2,3,4,5,6,7 and 8. The tree is traverses in preorder and the values are printed out. Which of the following sequences is a valid output?

Correct Answer: D

Question 4 Explanation: 
Preorder traversal yields (Root, left, right)
Option D:
Let draw binary search tree for the given sequence,

After traversing through this tree we will get same sequence.
A
5 3 1 2 4 7 8 6
B
5 3 1 2 6 4 9 7
C
5 3 2 4 1 6 7 8
D
5 3 1 2 4 7 6 8
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!!