Data Structures Flashcards
1
Q
Adjacency matrix
A
A matrix (2D Array) that you can use to make lookup of edges in a graph constant/ O(1)
Coding > Data Structures > Flashcards
Adjacency matrix
A matrix (2D Array) that you can use to make lookup of edges in a graph constant/ O(1)