I am trying to write a code of adjacency list implementation of the graph ADT.
private ArrayList> adjLists ;