Kontera

Saturday, July 21, 2012

Graph Implementation in C Using Adjacency Matrix

Adjacency Matrices    There are several different ways to represent a graph in a computer.  Although graphs are usually shown diagrammatically, this is only possible when the number of vertices and edges is reasonably small.     Graphs can also be represented in the form of matrices.  The major advantage...