Question
Which data structure or concept is best described as a graph representation storing the neighbors of each vertex?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Adjacency List
Explanation:
Adjacency List is a graph representation storing the neighbors of each vertex.
This description distinguishes it from the other choices.
Leave a Reply