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

Update top_sort.md #4

Merged
merged 1 commit into from
Oct 11, 2020
Merged

Update top_sort.md #4

merged 1 commit into from
Oct 11, 2020

Conversation

psnehas
Copy link
Contributor

@psnehas psnehas commented Oct 11, 2020

Each node in the graph was being traversed irrespective of it being visited already in the previous traversals. Fixed that bug with the if condition in top_sort method's for loop.
Edited the main file without permissions accidentally. Requesting a PR to merge the changes.

Each node in the graph was being traversed irrespective of it being visited already in the previous traversals. Fixed that bug with the if condition in top_sort method's for loop.
@nesquena nesquena merged commit d2d9044 into codepath:master Oct 11, 2020
@nesquena
Copy link
Member

Thanks!

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