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

Topological Ordering using Kahns Algorithm. #381

Open
Rohithv07 opened this issue Jan 10, 2022 · 3 comments
Open

Topological Ordering using Kahns Algorithm. #381

Rohithv07 opened this issue Jan 10, 2022 · 3 comments

Comments

@Rohithv07
Copy link

Rohithv07 commented Jan 10, 2022

There is Kahn's algorithm which can be used to implement the topological ordering or sort. It uses BFS concept and there is only dfs solution discussed. I am creating a PR for the same. #382

@Rohithv07
Copy link
Author

Added a PR for the same, please review

@Rohithv07
Copy link
Author

@thepranaygupta please review this issue and the code. Thank you

@Rohithv07
Copy link
Author

Any reviews here

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

No branches or pull requests

1 participant