Tarjan: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 40: Line 40:


Action<Node> StrongConnect = null;
Action<Node> StrongConnect = null;
StrongConnect = v =>
StrongConnect = (v) =>
{
{
// Set the depth index for v to the smallest unused index
// Set the depth index for v to the smallest unused index