Menu
×
×
Correct!
Exercise:How are the edges in a graph implemented?
The edges, and edge weights,
in a graph are normally
implemented in an adjacency matrix.
The edges, and edge weights,
in a graph are normally
implemented in an neighbor matrix.
Not CorrectClick here to try again. Correct!Next ❯The edges, and edge weights, in a graph are normally implemented in anmatrix. |