InterviewSolution
Saved Bookmarks
| 1. |
Which type of graph has all the vertex of the first set connected to all the vertex of the second set?(a) Bipartite(b) Complete Bipartite(c) Cartesian(d) PieThis question was addressed to me during an interview.Question is taken from Bipartite Graphs in portion Bipartite Graphs of Data Structures & Algorithms II |
|
Answer» Correct choice is (b) Complete Bipartite |
|