previous
|
index
|
next
Adjacency Matrix Representation
Use a
|V| × |V|
matrix
A
with elements
a
ij
such that:
a
ij
= 1
if
(i,j) ∈ E
a
ij
= 0
otherwise
previous
|
index
|
next