1.

Incidence matrix and Adjacency matrix of a graph will always have same dimensions?(a) True(b) FalseThe question is from Incidence Matrix and Graph Structured Stack topic in division Graph of Data Structures & Algorithms II got this question in examination.

Answer»

Correct ANSWER is (B) False

Easiest explanation - For a graph having V vertices and E edges, ADJACENCY MATRIX haveV*V elements while Incidence matrix have V*E elements.



Discussion

No Comment Found

Related InterviewSolutions