Vidyalelo
Data Structure · Q841

Miscellaneous on Data Structures

Programming · Data Structure · question 841

Q841

How many edges will a tree consisting of N nodes have?

A.
Log(N)
B.
N
C.
N - 1
Answer
D.
N + 1

Answer: Option C

Solution

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