Mahesh Parahar has Published 191 Articles

Adjacency Matrices and their properties

Mahesh Parahar

Mahesh Parahar

Updated on 22-Aug-2019 12:23:41

3K+ Views

Adjacency MatrixAdjacency Matrix is used to represent a graph. We can represent directed as well as undirected graphs using adjacency matrices. Following are the key properties of an Adjacency matrix.PropertiesAn Adjacency Matrix A[V][V] is a 2D array of size V × V where V is the number of vertices in ... Read More

Advertisements