The topologicalsortingalgorithm works on unconnected graphs as well as connected graphs.
拓扑排序算法既可以用于连通图,也可以用于非连通图。
2
The topological sort is an important operation of directed graphs. Th is paper presents a linear algorithm to obtain a more reasonable topologicalsorting in...