

MCQOPTIONS
Saved Bookmarks
1. |
Given an adjacency matrix A = [ [0, 1, 1], [1, 0, 1], [1, 1, 0] ], The total no. of ways in which every vertex can walk to itself using 2 edges is ________ |
A. | 2 |
B. | 4 |
C. | 6 |
D. | 8 |
Answer» D. 8 | |