Skip to content

Commit

Permalink
Update disjoint_sets.html
Browse files Browse the repository at this point in the history
Remove unnecessary dir prefix
  • Loading branch information
jeremy-murphy committed Sep 11, 2024
1 parent 3184d9a commit 41d39a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/disjoint_sets.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ <h3>Complexity</h3>
very slowly, much more slowly than the <i>log</i> function.</p>

<h3>See Also</h3><a href=
"../doc/incremental_components.html"><tt>incremental_connected_components()</tt></a>
"incremental_components.html"><tt>incremental_connected_components()</tt></a>
<hr>
<pre>
disjoint_sets_with_storage&lt;ID,InverseID,FindCompress&gt;
Expand All @@ -181,7 +181,7 @@ <h3>See Also</h3><a href=
The rank and parent properties are initialized during construction so the
each element is in a set by itself (so it is not necessary to initialize
objects of this class with the <a href=
"../doc/incremental_components.html#sec:initialize-incremental-components">
"incremental_components.html#sec:initialize-incremental-components">
<tt>initialize_incremental_components()</tt></a> function). This class is
especially useful when computing the (dynamic) connected components of an
<tt>edge_list</tt> graph which does not provide a place to store vertex
Expand Down

0 comments on commit 41d39a5

Please sign in to comment.