Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adding Algorithm::Tarjan to ecosystem
Provides a method for finding cycles in a directed graph.
See hhtps://github.com/finanalyst/p6-Algorithm-Tarjan
  • Loading branch information
finanalyst committed May 28, 2016
1 parent 60704bf commit 0b6c611
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions META.list
Expand Up @@ -648,3 +648,4 @@ https://raw.githubusercontent.com/palapitta/Weather/master/META6.json
https://raw.githubusercontent.com/zoffixznet/perl6-Terminal-Width/master/META6.json
https://raw.githubusercontent.com/zoffixznet/perl6-Test-Notice/master/META6.json
https://raw.githubusercontent.com/palapitta/Aria/master/META6.json
https://raw.githubusercontent.com/finanalyst/p6-Algorithm-Tarjan/master/META6.json

2 comments on commit 0b6c611

@zoffixznet
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine to me.

@finanalyst
Copy link
Contributor Author

@finanalyst finanalyst commented on 0b6c611 May 28, 2016 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.