wyddfrank

Results 1 issues of wyddfrank

The algorithm in topsort() is slightly different from the one in wiki. When there is a triangle like A->B->C and A->C, the function could return a wrong result [A, C,...