‹ Back to the paper

Answer the following questions from the diagram of a Binary Tree given below: Write the inorder…
Answer the following questions from the diagram of a Binary Tree given below:

(i)[1.0]
Write the inorder traversal of the above tree structure.
(ii)[1.0]
State the height of the tree, if the root is at level 0 (zero).
(iii)[1.0]
List the leaf nodes of the tree.
Answer
No answer yet.
From ISC 2018 Computer Science Paper 1, question 12(b).