InterviewSolution
Saved Bookmarks
| 1. |
If a connected Graph (G) contains n vertices what would be the rank of its incidence matrix?(a) n-1(b) values greater than n are possible(c) values less than n-1 are possible(d) insufficient Information is givenMy question is taken from Incidence Matrix and Graph Structured Stack topic in section Graph of Data Structures & Algorithms IThis question was posed to me by my college professor while I was bunking the class. |
|
Answer» The correct option is (a) n-1 |
|