Computer Science, asked by satishsidhar7681, 1 year ago

which of the following uses to represent the graph? A) sparse matrix B) adjacency list C) adjacency array list D) adjacency vertex matrix

Answers

Answered by Anonymous
2
adjacency list......
Answered by Anshults
0

Option number B i.e Adjacency list is the right and the correct answer.

Adjacency List is used to represent the graph. It represents a graph as an array of linked list. The other representations of graph include Adjacency Matrix, Incidence Matrix etc. The Adjacency List and Incidence Matrix are most commonly used graph representations.

Similar questions