1.

Which of these adjacency matrices represents a simple graph?

A. [ [1, 0, 0], [0, 1, 0], [0, 1, 1] ]
B. [ [1, 1, 1], [1, 1, 1], [1, 1, 1] ]
C. [ [0, 0, 1], [0, 0, 0], [0, 0, 1] ]
D. [ [0, 0, 1], [1, 0, 1], [1, 0, 0] ]
Answer» E.


Discussion

No Comment Found