We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0beccaf commit 3e4cdb2Copy full SHA for 3e4cdb2
Algorithms.Tests/Graph/KosarajuTests.cs
@@ -29,7 +29,7 @@ public void GetRepresentativesTest()
29
graph.AddEdge(vertex5, vertex4, 1);
30
graph.AddEdge(vertex5, vertex6, 1);
31
32
- // Run the agorithm and obtain the representative vertex of the SCC to which each vertex belongs.
+ // Run the algorithm and obtain the representative vertex of the SCC to which each vertex belongs.
33
Dictionary<Vertex<int>, Vertex<int>> result = Kosaraju<int>.GetRepresentatives(graph);
34
35
// Check every Vertex belongs to a SCC
0 commit comments