typical IntegerGraph is where each ai and bi is in [1, n]. public void addNode(int s) throws DuplicateException; public void addEdge(int s, int t) throws NoNodeException, DuplicateException … public class IntegerGraph OVERVIEW: A IntegerGraph is a directed graph where V is a set of ...