How many edges does a full binary tree with n nodes have?
A. n-1
B. n
C. 2n-1
D. 2n
Answer: Option A
Related Questions on Trees in Data Structures
A. Inorder
B. Preorder
C. Postorder
D. Level-order
A. n-1
B. n
C. 2n-1
D. 2n
Answer: Option A
A. Inorder
B. Preorder
C. Postorder
D. Level-order
Join The Discussion