Re: [graph] Kosaraju's SCC algorithm

2012-03-01 Thread Marco Speranza
great work :-) -- Marco Speranza Google Code: http://code.google.com/u/marco.speranza79/ Il giorno 01/mar/2012, alle ore 21:26, Thomas Neidhart ha scritto: > Hi, > > I have checked in my version of Kosaraju's strongly connected components > algorithm. It is a first version and I would be glad

[graph] Kosaraju's SCC algorithm

2012-03-01 Thread Thomas Neidhart
Hi, I have checked in my version of Kosaraju's strongly connected components algorithm. It is a first version and I would be glad if someone can do a review. The implementation is roughly based on http://algowiki.net/wiki/index.php?title=Kosaraju%27s_algorithm but the search has been implemente