You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure how difficult this would be. But it would be nice to be able to pass a sort function that would act as a tie breaker so that the final order would always be deterministic.
Case:
A and B both depend on C
A
/
C
\
B
if edges are passed as
[ [c, a], [c, b] ]
vs
[ [c, b], [c, a] ]
The result is different.
The text was updated successfully, but these errors were encountered:
I'm not sure how difficult this would be. But it would be nice to be able to pass a sort function that would act as a tie breaker so that the final order would always be deterministic.
Case:
A and B both depend on C
if edges are passed as
vs
The result is different.
The text was updated successfully, but these errors were encountered: