Vidyalelo
Data Structure · Q115

Graphs

Programming · Data Structure · question 115

Q115

If A[x+3][y+5] represents an adjacency matrix, which of these could be the value of x and y.

A.
x=5, y=3
Answer
B.
x=3, y=5
C.
x=3, y=3
D.
x=5, y=5

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board