In graph theory and computer science, an adjacency matrix is a Square matrix used to represent a finite graph. The elements of the matrix indicate whether pairs of Vertices are adjacent or not in the graph.

(“Adjacency Matrix” 2022)

Also see Adjacency list.

Bibliography