Generic Function Topological-Sort (1 method)

( topological-sort < graph > )

Part of:

package cl-graph
Returns a list of vertexes sorted by the depth from the roots of the graph. See also assign-level and graph-roots.

Method Summary

topological-sort < basic-graph