[Back to IAPPGA Home Page]

The Adjacency Matrix of a Graph


(Methods and Examples)

Short Cut: [Simple Graph]> [Directed Graph]> [Weighted Graph]> [Flow Network]>


We may input a graph on a computer by its Adjacency Matrix or Adjacency List. Essentially speaking, these two methods are equivalent, so I would like to introduce you the adjacency matrix only.