

InterviewSolution
Saved Bookmarks
1. |
An isomorphism of graphs G and H is a bijection f the vertex sets of G and H. Such that any two vertices u and v of G are adjacent in G if and only if ____________(a) f(u) and f(v) are contained in G but not contained in H(b) f(u) and f(v) are adjacent in H(c) f(u * v) = f(u) + f(v)(d) f(u) = f(u)^2 + f(v)^2This question was addressed to me at a job interview.My enquiry is from Isomorphism in Graphs in section Graphs of Discrete Mathematics |
Answer» The CORRECT choice is (b) f(u) and f(V) are adjacent in H |
|