Header menu logo B2R2

Tarjan Module

Represents the Tarjan's strongly connected components algorithm.

Functions and values

Function or value Description

compute g

Full Usage: compute g

Parameters:
Returns: List<HashSet<IVertex<'a>>>
Type parameters: 'a, 'b (requires equality and equality)

Computes strongly connected components of the given directed graph.

g : IDiGraphAccessible<'a, 'b>
Returns: List<HashSet<IVertex<'a>>>

Type something to start searching.