1.

Construct a binary tree by using postorder and inorder sequences given below.
Inorder: N, M, P, O, Q

A. nPostorder: N, P, Q, O, M
B. <a href="https://www.sanfoundry.com/wp-content/uploads/2017/08/data-structure-questions-answers-binary-tree-properties-q11a.png"><img alt="A binary tree by using postorder &amp; inorder sequences - option a" class="alignnone size-full wp-image-250179" height="202" src="https://www.sanfoundry.com/wp-content/uploads/2017/08/data-structure-questions-answers-binary-tree-properties-q11a.png" width="188"/></a>
C. <a href="https://www.sanfoundry.com/wp-content/uploads/2017/08/data-structure-questions-answers-binary-tree-properties-q11b.png"><img alt="A binary tree by using postorder &amp; inorder sequences - option b" class="alignnone size-full wp-image-250180" height="212" src="https://www.sanfoundry.com/wp-content/uploads/2017/08/data-structure-questions-answers-binary-tree-properties-q11b.png" width="203"/></a>
D. <a href="https://www.sanfoundry.com/wp-content/uploads/2017/08/data-structure-questions-answers-binary-tree-properties-q11c.png"><img alt="A binary tree by using postorder &amp; inorder sequences - option c" class="alignnone size-full wp-image-250181" height="207" src="https://www.sanfoundry.com/wp-content/uploads/2017/08/data-structure-questions-answers-binary-tree-properties-q11c.png" width="202"/></a>
E. <a href="https://www.sanfoundry.com/wp-content/uploads/2017/08/data-structure-questions-answers-binary-tree-properties-q11d.png"><img alt="A binary tree by using postorder &amp; inorder sequences - option d" class="alignnone size-full wp-image-250182" height="211" src="https://www.sanfoundry.com/wp-content/uploads/2017/08/data-structure-questions-answers-binary-tree-properties-q11d.png" width="195"/></a>
Answer» E. <a href="https://www.sanfoundry.com/wp-content/uploads/2017/08/data-structure-questions-answers-binary-tree-properties-q11d.png"><img alt="A binary tree by using postorder &amp; inorder sequences - option d" class="alignnone size-full wp-image-250182" height="211" src="https://www.sanfoundry.com/wp-content/uploads/2017/08/data-structure-questions-answers-binary-tree-properties-q11d.png" width="195"/></a>


Discussion

No Comment Found