Adjacency Matrix graph G with n vertices can be represented by a (n x n) adjacency mat 2.13 for an example. The rows and columns correspond to the vertices Aij = I if and only if there is an edge between the vertices Vi and v, Aij = O otherwise. The adjacency matrix of an undirected graph is symmetric, — is, Aij Aji.