

InterviewSolution
Saved Bookmarks
1. |
An n-vertex graph has ______ edges.(a) n^2(b) n-1(c) n*n(d) n*(n+1)/2This question was addressed to me in exam.I would like to ask this question from Properties of Tree topic in chapter Trees of Discrete Mathematics |
Answer» Correct answer is (b) n-1 |
|