Computer Science, asked by rashiverma246, 2 months ago

The pre-order traversal of binary search tree is 10, 5, 1, 7, 40, 50. What is the post-order
traversal of the tree?
a. 1,7,5, 50, 40, 10
b. 1, 5, 7, 10, 40, 50
c. 50, 40, 10, 7, 5, 1
d. 50, 40, 7, 1, 5, 10
Answer
ОА
О В
Ос
D
Submit

Answers

Answered by sohanramola5
1

Answer:

О В is the answer

Explanation:

The pre-order traversal of binary search tree is 10, 5, 1, 7, 40, 50. What is the post-order

traversal of the tree?

Answered by aniketgharat522
0

Answer:2

Explanation:

Similar questions