所謂的Topological Sort(拓撲排序)要求,若directed acyclic graph(DAG)中存在一條edge(X,Y),那麼序列中,vertex(X)一定要在vertex(Y)之前出現。
確定! 回上一頁