Examveda

What are the dimensions of an incidence matrix?

A. Number of edges*number of edges

B. Number of edges*number of vertices

C. Number of vertices*number of vertices

D. Number of edges * (1/2 * number of vertices)

Answer: Option B


This Question Belongs to Data Structure >> Graphs

Join The Discussion

Related Questions on Graphs

What is a cycle in a graph?

A. A path that starts and ends at the same vertex with no other repetitions.

B. A path that includes all vertices exactly once.

C. A path with no edges.

D. A complete traversal of all vertices.