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
Fixes infinite recursion in the DFS algorithm for topological sort caused by graphs with cycles.
For example the following graph would previously have recursed indefinitely `a->b->a`.
0 commit comments