template ALGraph::ALGraph(T a[ ], int n, int e) {vertexNum=n; arcNum=e;for (i=0; i adjlist[i].vertex=a[i];adjlist[i].fir...