InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not an Eigen value of the Laplacian matrix of the complete bipartite graph?(a) n + m(b) n(c) 0(d) n*mThe question was posed to me in semester exam.My question is based upon Bipartite Graphs in chapter Bipartite Graphs of Data Structures & Algorithms II |
|
Answer» Right option is (d) N*m |
|