Question 28
Consider the following graph with five nodes. A is the 6 × 6 adjacency matrix corresponding to this graph.
Consider the following graph with five nodes. A is the 6 × 6 adjacency matrix corresponding to this graph. Based on the above data, answer the given subquestions.
What will be the value of L after executing the given pseudocode?
L = [4, 2, 1, 0, 5, 3]
L = [4, 2, 0, 1, 3, 5]
L = [4, 2, 0, 1, 5, 3]
L = [4, 2, 1, 0, 3, 5]