| | CMSC-341 Fall 2002 Project 5 (Site not responding. Last check: 2007-10-14) |
 | | Recall from class that a strongly connected component in a directed graph is a subset of the vertices such that a path exists from each element of that set to every other element. |
 | | Also, a topological sort of a directed graph is an ordering of the vertices such that if (u, v) is an edge in the graph then vertex u occurs before vertex v in the ordering. |
 | | If the graph has cycles, it cannot be topologically sorted, but some strongly connected component will contain more than one node. |
| userpages.umbc.edu /~lbotto1/341/341-Proj5.shtml (1297 words) |