AlgoGenesis / C

AlgoGenesis is a centralized open-source platform dedicated to providing optimized and well-documented algorithm implementations in C. Perfect for both beginners and advanced users, this repository serves as a comprehensive learning resource for solving algorithmic challenges.
MIT License
89 stars 303 forks source link

[NEW ALGORITHM] Kahn's Algorithm in Graph Algorithms #90

Closed iking07 closed 1 month ago

iking07 commented 1 month ago

Description:

I want to add Kahn's Algorithm under the graph section as it is one of most important algorithms while studying graph theory

Checklist:

Checklist:

Additional Information:

I will write the program file in c and it will have detailed explanation of every line of code and I want to start contributing through this so please assign this to me.

pankaj-bind commented 1 month ago

@iking07 you can start