Examveda

Given Adjacency matrices determine which of them are PseudoGraphs?
i. {{1,0} {0,1}}
ii. {{0,1}{1,0}}
iii. {{0,0,1}{0,1,0}{1,0,0}}

A. only i

B. ii and iii

C. i and iii

D. i, ii and iii

Answer: Option C


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.