News

I have an undirected, unweighted graph implementation using a vertex list and boolean adjacency matrix. If vertex x and vertex y are adjacent, both adjMatrix [j] and adjMatrix [j] are true.