InterviewSolution
Saved Bookmarks
| 1. |
What is the multiplicity for the adjacency matrix of complete bipartite graph for 0 Eigen value?(a) 1(b) n + m – 2(c) 0(d) 2I have been asked this question during an interview.My question is from Bipartite Graphs in section Bipartite Graphs of Data Structures & Algorithms II |
|
Answer» CORRECT option is (B) n + m – 2 The EXPLANATION is: The adjacency matrix is a square matrix that is USED to REPRESENT a finite graph. The multiplicity of the adjacency matrix off complete bipartite graph with Eigen Value 0 is n + m – 2. |
|