recategorized by
5,144 views

3 Answers

Best answer
30 votes
30 votes

We can do as follows:

  • $\text{Preorder}: \overbrace{\text{K}}^{\scriptsize \text{Root}} \text{L N M P R Q S T}$
  • $\text{Inorder}: \underbrace{\text{N L}}_{\scriptsize\text{Left}} \underbrace{\text{K}}_{\scriptsize \text{Root}}\underbrace{\text{P R M S Q T}}_{\scriptsize\text{Right}}$

edited by

Related questions

19 votes
19 votes
3 answers
1
makhdoom ghaya asked Nov 9, 2016
4,884 views
State whether the following statements are TRUE or FALSE:If the number of leaves in a tree is not a power of $2,$ then the tree is not a binary tree.
31 votes
31 votes
5 answers
2
makhdoom ghaya asked Nov 9, 2016
6,512 views
State whether the following statements are TRUE or FALSE:It is possible to construct a binary tree uniquely whose pre-order and post-order traversals are given?
23 votes
23 votes
3 answers
4
makhdoom ghaya asked Nov 8, 2016
14,256 views
In a circular linked list organization, insertion of a record involves modification ofOne pointer.Two pointers.Multiple pointers.No pointer.