Skip to content

Commit

Permalink
Fix algorithm origin comment
Browse files Browse the repository at this point in the history
This was raised in code review for gonum/graph#34. The code was changed,
but the comment was left. Now the comment points to the correct WP
revision.
  • Loading branch information
kortschak committed Feb 26, 2015
1 parent bbe6f21 commit 41c1e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plotter/johnson.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func min(a, b int) int {
// tarjan implements Tarjan's strongly connected component finding
// algorithm. The implementation is from the pseudocode at
//
// http://en.wikipedia.org/wiki/Tarjan%27s_strongly_connected_components_algorithm
// http://en.wikipedia.org/wiki/Tarjan%27s_strongly_connected_components_algorithm?oldid=642744644
//
type tarjan struct {
g graph
Expand Down

0 comments on commit 41c1e29

Please sign in to comment.