

InterviewSolution
1. |
G is a simple undirected graph and some vertices of G are of odd degree. Add a node n to G and make it adjacent to each odd degree vertex of G. The resultant graph is ______(a) Complete bipartite graph(b) Hamiltonian cycle(c) Regular graph(d) Euler graphI got this question in an interview.I would like to ask this question from Complete and Connected Graphs in portion Graphs of Discrete Mathematics |
Answer» The CORRECT choice is (d) Euler graph |
|