

InterviewSolution
1. |
A graph which has the same number of edges as its complement must have number of vertices congruent to ______ or _______ modulo 4(for integral values of number of edges).(a) 6k, 6k-1(b) 4k, 4k+1(c) k, k+2(d) 2k+1, kI had been asked this question in examination.I would like to ask this question from Isomorphism in Graphs in section Graphs of Discrete Mathematics |
Answer» The correct answer is (c) k, k+2 |
|