1.

Given Adjacency matrices determine which of them are PseudoGraphs?

A. {{1,0} {0,1}}
B. {{0,1}{1,0}}
C. {{0,0,1}{0,1,0}{1,0,0}}
D. only i)
Answer» D. only i)


Discussion

No Comment Found