Advertisements
Advertisements
Question
Answer the following questions based on the Binary Tree given below:

- Write the in-order traversal of the right subtree. [1]
- State the depth of the entire binary tree and depth of node E. [1]
- Name the external nodes of the left subtree and internal nodes of the right subtree. [1]
Very Short Answer
Advertisements
Solution
- F, L, C, M, G
- Depth of entire tree: 4
Depth of node E: 2 - External nodes of left subtree (root B): I, N, K
Internal nodes of right subtree (root C): C, F, G, L
shaalaa.com
Is there an error in this question or solution?
2024-2025 (March) Official Board
