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 278 forks source link

Kahn's Algorithm #642

Closed dhruvinfo28 closed 2 years ago

dhruvinfo28 commented 2 years ago

Description

Added a new algorithm(Kahn's Algorithm) for topological sorting of a DAG(Directed Acyclic Graph).

Fixes: #627

Type of change

Please delete options that are not relevant

Checklist:

kaustubhgupta commented 2 years ago

Thanks for your contribution :)