Back to Developer Roadmap

Adjacency Matrix

src/data/roadmaps/computer-science/content/[email protected]

4.0412 B
Original Source

Adjacency Matrix

An adjacency matrix is a square matrix used to represent a finite graph. It is used to represent the connections between vertices in a graph. The matrix is filled with 0s and 1s, where a 1 represents a connection between two vertices and a 0 represents no connection.

Visit the following resources to learn more: