Module rs_graph::algorithms

source ·
Expand description

General algorithms working on graphs.

Functions

Returns the complement of g.
Determines all components of a graph.
Returns the inverse directed graph of g.
Determines if a graph is connected.