/** * Adjacency list implementation of a graph */ public class AdjListGraph extends AbstractGraph { // your code goes here }