Reading material
Pages 547-553 (Section 12.2)
Additional material
Implementation of a simple graph by means of an edge list:
PostScript and
PDF
Implementation of a simple graph by means of an adjacency list:
PostScript and
PDF
Question
Implement removeEdge using the edge list in O(1).