ABSTRACT

Uses: The graph algorithm implementations use many of the other data structures presented in this book, most notably:

CircularArray (Chapter 12) is used to hold the topological order of an acyclic directed graph, and for a directed cycle in a cyclic directed graph.