Gate
Exam
Programming
There is a full binary tree with 200 leaf nodes then find the number of such nodes who has exactly 2 child nodes.
Read Solution (Total 1)
-
- 199 nodes have 2 child node..
if a full binary tree with N leaf nodes then their is (N-1) nodes are present having 2 childs. - 9 years agoHelpfull: Yes(0) No(0)
Gate Other Question