If we represent the following undirected graph in adjacency matrix M what would be the sum of 2nd column of M.?
NOTE: Counting starts from 0 as (0th, 1st, 2nd, 3rd, 4th, 5th ...)
01234588594086235258 (this is the undirected graph)
1- 122
2- 138
3- 214
4- 81
Can anybody explain what kind of undirected graph this is and how can we make an adacency matrix from this graph?
1.4m articles
1.4m replys
5 comments
57.0k users