From 212451425dc742ab314ab19c9535f13358cfcd9a Mon Sep 17 00:00:00 2001
From: "Jeremy W. Murphy" Complexity
very slowly, much more slowly than the log function.
disjoint_sets_with_storage<ID,InverseID,FindCompress> @@ -181,7 +181,7 @@See Also
+ "../doc/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 From 3184d9a084f79c5891342782b73346d6d82ce051 Mon Sep 17 00:00:00 2001 From: "Jeremy W. Murphy"Date: Thu, 12 Sep 2024 09:49:54 +1000 Subject: [PATCH 2/3] Fix broken link to disjoint_sets --- doc/incremental_components.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 41d39a516240adba30c1019ab610f203db8c6a7d Mon Sep 17 00:00:00 2001 From: "Jeremy W. Murphy"
Date: Thu, 12 Sep 2024 09:51:00 +1000 Subject: [PATCH 3/3] 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