Problem
Write Digraph methods called write that will write pertinent information specifying a graph to the terminal. The graph is to be implemented with
(a) an adjacency table;
(b) a linked vertex list with linked adjacency lists;
(c) a contiguous vertex list of linked adjacency lists.