...
Question 10848 – OOPS
November 8, 2023
Question 13860 – UGC NET JRF November 2020 Paper-2
November 8, 2023
Question 10848 – OOPS
November 8, 2023
Question 13860 – UGC NET JRF November 2020 Paper-2
November 8, 2023

Question 10885 – Binary-Trees

In a binary tree, the number of internal nodes of degree 1 is 5, and the number of internal nodes of degree 2 is 10. The number of leaf nodes in the binary tree is

Correct Answer: B

Question 17 Explanation: 
A node in a binary tree has degree 0, 1, 2.
No. of 1 degree nodes = 5
No. of 2 degree nodes = 10
Total no. of edges = (1*5) + (2*10) = 5 + 20 = 25
So, Total no. of edges = 25 + 1 = 26 (No. of nodes in a tree is 1 more than no. of edges)
Total no. of leaf nodes (node with 0 degree) = 26 – 5 – 10 = 11
A
10
B
11
C
12
D
15
0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
error: Alert: Content selection is disabled!!