Skip to content
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

Kosaraju's algorithm for Strong Connected Components in Python #1607

Merged
merged 4 commits into from
Dec 18, 2020

Conversation

charlie219
Copy link
Contributor

Have you read the Contributing Guidelines on Pull Requests?

YES

Description

I have added Kosaraju's Algorithm for Strongly Connected Component in a directed graph under Graph Algorithms.

Checklist

  • I've read the contribution guidelines.
  • I've checked the issue list before deciding what to submit.
  • I've edited the README.md and link to my code.

Related Issues or Pull Requests

#1479

I request @iamrajiv @HarshCasper @atarax665 to review this PR. Thank You 👍

@HarshCasper
Copy link
Owner

LGTM!

@HarshCasper HarshCasper merged commit d5ce012 into HarshCasper:master Dec 18, 2020
@charlie219 charlie219 deleted the Issue_#1479E branch December 18, 2020 05:11
@ankitaggarwal23 ankitaggarwal23 changed the title SCC_Kosaraju.py added under Graphs Kosaraju's algorithm for Strong Connected Components in Python Apr 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants