InterviewSolution
Saved Bookmarks
| 1. |
Which of the following ways can be used to represent a graph?(a) Adjacency List and Adjacency Matrix(b) Incidence Matrix(c) Adjacency List, Adjacency Matrix as well as Incidence Matrix(d) No way to representMy question is taken from Graph in portion Graph of Data Structures & Algorithms II have been asked this question in semester exam. |
|
Answer» The correct choice is (C) Adjacency List, Adjacency Matrix as well as INCIDENCE Matrix |
|