Graphs
Sections
NuprlLIB
Doc
Def
topsorted(the_graph;s) ==
i,j:Vertices(the_graph). i-the_graph- > *j
i = j
i before j
s
is mentioned
In prior sections:
graph
1
3
Graphs
Sections
NuprlLIB
Doc