Skip to content

Fix topological sort order #12339

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 31, 2024
commit 8151db7cc9e28e5a0f4ba70f4fb11149a6af3176
1 change: 1 addition & 0 deletions graphs/basic_graphs.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,4 +399,5 @@ def find_isolated_nodes(graph):

if __name__ == "__main__":
import doctest

doctest.testmod()
Loading