1.

Which of the following is not an Eigen value of the adjacency matrix of the complete bipartite graph?(a) (nm)^1/2(b) (-nm)^1/2(c) 0(d) nmThis question was addressed to me during an interview.Asked question is from Bipartite Graphs in portion Bipartite Graphs of Data Structures & Algorithms II

Answer»

Correct choice is (d) nm

For explanation: The adjacency MATRIX is a square matrix that is used to represent a finite GRAPH. Therefore, the Eigen values for the complete BIPARTITE graph is found to be (nm)^1/2, (-nm)^1/2, 0.



Discussion

No Comment Found

Related InterviewSolutions