shivaylamba / Hacktoberfest

Make your first PR! ~ A beginner friendly repository made specifically for open source beginners. Add any program under any language (it can be anything from a hello-world program to a complex data structure algorithm) or update the existing one. Just make sure you add the program under the correct language directory. Happy coding
271 stars 1.95k forks source link

Kahn’s Algorithm #2094

Open muskandn opened 1 year ago

muskandn commented 1 year ago

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 commented 1 year ago

assign me

Jugnu-Gupta commented 1 year ago

@shivaylamba can you please assign this task to me

Nishantsurve commented 1 year ago

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