Multiple choice

Which of the following lists is implemented as an array of lists with one list of destination nodes for each source node?

  1. Adjacency List

  2. Incidence List

  3. Edge List

  4. Adjacency Matrix

  5. Null Graph

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

An adjacency list is implemented as an array of lists with one list of destination nodes for each source node.