InterviewSolution
Saved Bookmarks
| 1. |
Adjacency matrix of all graphs are symmetric.(a) False(b) TrueI want to ask this question from Adjacency Matrix in portion Graph of Data Structures & Algorithms II had been asked this question during an online exam. |
|
Answer» CORRECT ANSWER is (a) False The best EXPLANATION: Only undirected graphs produce symmetric adjacency matrices. |
|