Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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`.
- Loading branch information