Vidyalelo
Data Structure · Q4

Trees in Data Structures

Programming · Data Structure · question 4

Q4

How many edges does a full binary tree with n nodes have?

A.
n-1
Answer
B.
n
C.
2n-1
D.
2n

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board