TheAlgorithms / JavaScript

Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.

Home Page:https://the-algorithms.com/language/javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Kosaraju's Algorithm

Adrito-M opened this issue · comments

Add: Kosaraju's Algorithm to find strongly connected components in a directed graph.

@appgurueu @raklaptudirm Please have a look at PR #1215

Don't open issues for missing algos.