kaustubhgupta / Hacktoberfest

This is for the information that the repository has been excluded by the Hacktoberfest team from the event. This was done to maintain the quality standards and promote good quality open source contributions.
MIT License
55 stars 277 forks source link

Kahn's Algorithm for topological sorting #627

Closed dhruvinfo28 closed 2 years ago

dhruvinfo28 commented 2 years ago

Description

Kahn’s algorithm is used to perform a topological sort on a directed acyclic graph with time complexity of O(V + E) – where V is the number of vertices and E is the number of edges in the graph.

Important Checklist

Languages and Assignees:

github-actions[bot] commented 2 years ago

Congrats for creating your first issue here! Wait till our mentors assign this issue to you. In the meantime have a look at contribution guidlines to avoid any PR rejection

nakullondhe commented 2 years ago

I would like to contribute , In C++

kaustubhgupta commented 2 years ago

I would like to contribute , In C++

Done