• 2022-06-19
    无向图G=(V,A),其中V={a,b,c,d,e},A={}对该图进行拓扑排序,下面序列中哪一个不是拓扑序列。
    A: a,d,c,b,e
    B: d,a,b,c,e
    C: a,b,d,c,e
    D: a,b,c,d,e