InterviewSolution
Saved Bookmarks
| 1. |
The 2n vertices of graph G correspond to all subsets a set of size n, for n≥6. Two vertices of G are adjacent if and only if the corresponding sets intersect in exactly two elements.The maximum degree of a vertex in G is |
|
Answer» The 2n vertices of graph G correspond to all subsets a set of size n, for n≥6. Two vertices of G are adjacent if and only if the corresponding sets intersect in exactly two elements. |
|