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

Kahn’s Algorithm #2094

Open
muskandn opened this issue Oct 3, 2023 · 3 comments
Open

Kahn’s Algorithm #2094

muskandn opened this issue Oct 3, 2023 · 3 comments

Comments

@muskandn
Copy link

muskandn commented Oct 3, 2023

Given a Directed Acyclic Graph (DAG) with V vertices and E edges, Find any Topological Sorting of that Graph. In topological sorting, node u will always appear before node v if there is a directed edge from node u towards node v(u -> v).

I want to code this very important algorithm in C++.
@heysaiyad Please assign this issue to me.

@ashfaque-mustaque
Copy link

assign me

@Jugnu-Gupta
Copy link

@shivaylamba can you please assign this task to me

@Nishantsurve
Copy link

I wanted to express my interest and willingness to take ownership of the issue currently pending ,I had worked upon this earlier so I believe that my skills and expertise align well with the needs of the issue, kindly please assign me this issue

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

4 participants