From 41d39a516240adba30c1019ab610f203db8c6a7d Mon Sep 17 00:00:00 2001 From: "Jeremy W. Murphy" Date: Thu, 12 Sep 2024 09:51:00 +1000 Subject: [PATCH] Update disjoint_sets.html Remove unnecessary dir prefix --- doc/disjoint_sets.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/disjoint_sets.html b/doc/disjoint_sets.html index 45ef4a98c..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