krishna14kant / Data-Structures-

hacktoberfest hacktoberfest2020 hacktoberfest-accepted
45 stars 481 forks source link

2360. Longest Cycle in a Graph #506

Open sanidhya02 opened 2 years ago

sanidhya02 commented 2 years ago

I have implemented Kosaraju's Algorith to find longest cycle in graph using java. This problem was in one of the leetcode weekly contest.