A full binary tree of height n has _________________ leaves. A. 2n B. 2n C. 3(n+1) D. 2(n+1) E. 3n
Question
A full binary tree of height n has _________________ leaves. A. 2n B. 2n C. 3(n+1) D. 2(n+1) E. 3n
Solution
A full binary tree of height n has 2^n leaves. So, the correct answer is A. 2^n.
Similar Questions
Tree: Height of a Binary Tree
The postorder traversal of a binary tree is 8, 9, 6, 7, 4, 5, 2, 3, 1. The inorder traversal of the same tree is 8, 6, 9, 4, 7, 2, 5, 1, 3. The height of a tree is the length of the longest path from the root to any leaf. The height of the binary tree above is _______.
what is height of complete binary tree
What is a full binary tree?a) Each node has exactly zero or two childrenb) Each node has exactly two childrenc) All the leaves are at the same leveld) Each node has exactly one or two children
In a full binary tree if number of internal nodes is I, then number of nodes N are? a) N = 2l b) N = I + 1 c) N = I – 1 d) N = 2l + 1
Upgrade your grade with Knowee
Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.