Page 1 of 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

Posted: Wed Jul 13, 2022 7:44 pm
by answerhappygod
a) 2
b) 4
c) 6
d) 8