Data Structures

Which concept is defined as follows: a way of representing a graph where each vertex stores a list of its neighboring vertices?

Correct answer

D. Adjacency list

Explanation

Adjacency list refers to a way of representing a graph where each vertex stores a list of its neighboring vertices.