Find DFS(GT), in the main loop of DFS
consider the vertices in order of decreasing f[u]. Assume that the adjacency list is ordered alphabetically. Show the discovery
and finishing times for each vertex (d on the left and f on the right side
of the node).