util.toposort
- Topological sort ¶Implements topological sort algorithm.
SRFI-234 now defines a superset of the functionalities this module provides.
New code should use it instead of this module (see srfi.234
- Topological sorting).
{util.toposort
}
Returns a topologically sorted list of nodes,
when the node dependencies are specified by graph.
See srfi.234
- Topological sorting, for the details.
This procedure differs from SRFI-234’s topological-sort
in the following ways:
#f
.
eqv?
,
while in SRFI-234 it is equal?