InterviewSolution
Saved Bookmarks
| 1. |
In the given connected graph G, what is the value of rad(G) and diam(G)?(a) 2, 3(b) 3, 2(c) 2, 2(d) 3, 3I need to ask this question from Adjacency Matrix in division Graph of Data Structures & Algorithms IThe question was posed to me in my homework. |
|
Answer» Right ANSWER is (a) 2, 3 |
|