deutranium / Algorithms

Short explanations and implementations of different algorithms in multiple languages
48 stars 98 forks source link

Added Kosaraju Algorithm in C #247

Closed keshav2712 closed 2 years ago

keshav2712 commented 2 years ago

This PR implements the code for Kosaraju Algorithm in C

I have read the contributing guidelines in CONTRIBUTING.md and have ensured the following:

codelixir commented 2 years ago

nice