private static Graph<String, Integer> map;

public static void makeGraph() {
System.out.println("Graph building started...");
for (int i = 0; i < size; i++) {
for (int j...