diff --git a/doc/disjoint_sets.html b/doc/disjoint_sets.html index eaebe45a4..e5cb41daf 100644 --- a/doc/disjoint_sets.html +++ b/doc/disjoint_sets.html @@ -169,7 +169,7 @@

Complexity

very slowly, much more slowly than the log function.

See Also

incremental_connected_components() + "incremental_components.html">incremental_connected_components()
 disjoint_sets_with_storage<ID,InverseID,FindCompress>
@@ -181,7 +181,7 @@ 

See Also

+ "incremental_components.html#sec:initialize-incremental-components"> initialize_incremental_components() function). This class is especially useful when computing the (dynamic) connected components of an edge_list graph which does not provide a place to store vertex diff --git a/doc/incremental_components.html b/doc/incremental_components.html index 181791be3..a0c9de00d 100644 --- a/doc/incremental_components.html +++ b/doc/incremental_components.html @@ -43,7 +43,7 @@

Incremental Connected Components

hence it is called incremental[42] (and not fully dynamic). The disjoint-sets class is described in Section Disjoint Sets. +HREF="disjoint_sets.html">Disjoint Sets.

The following five operations are the primary functions that you will