Adjacent
ArrayList;
int p = 0; for(int i=0;i<num;i++,p++){ System.out.println(vertices[p] + ": " + adjList.get(i)); } }}