MCPcopy Create free account
hub / github.com/TheAlgorithms/JavaScript /

Class

Graphs/Kosaraju.js:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 */
10
11class Kosaraju {
12 constructor(graph) {
13 this.connections = {}
14 this.reverseConnections = {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected