Adjacency matrix

Dependencies:

  1. Graph

The adjacency matrix of a graph is a boolean matrix whose (i, j)th entry is true iff there is an edge from the ith vertex to the jth vertex.

Dependency for: None

Info:

Transitive dependencies:

  1. Graph