Reading material
Pages 551-556 (Section 12.2.2-12.2.3)
Additional material
Implementation of a simple graph by means of an edge list:
PostScript and
PDF (complete)
Implementation of a simple graph by means of an adjacency list:
PostScript and
PDF (complete)
Question
Implement areAdjacent and incidentEdges with an adjacency matrix.