Computer Science, asked by abhisheksingh007226, 7 months ago

Subject test
Note: -
You are attempting question 6 out of 12
Binary tree can be constructed back using:
a) Pre-order sequence and in-order sequence
b) Pre order sequence and post order sequence
c) Post order sequence and in-order sequence
d) a orc
Answer
OA
OB
ос
OD​

Answers

Answered by meenalsonaa
26

Answer:

c is the ans

Explanation:

please mark my words as the BRAINLIEST one

Answered by HarshChaudhary0706
11

Answer:

C is the answer

Explanation:

If both of the traversals are same then print Yes otherwise print No. ... We may also use Inorder and Postorder traversal instead of Preorder traversal for tree construction. You may refer to this post on how to construct tree from given Inorder and Preorder traversal

Similar questions