File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ <h3>Complexity</h3>
169
169
very slowly, much more slowly than the < i > log</ i > function.</ p >
170
170
171
171
< h3 > See Also</ h3 > < a href =
172
- "../graph/ doc/incremental_components.html "> < tt > incremental_connected_components()</ tt > </ a >
172
+ "../doc/incremental_components.html "> < tt > incremental_connected_components()</ tt > </ a >
173
173
< hr >
174
174
< pre >
175
175
disjoint_sets_with_storage<ID,InverseID,FindCompress>
@@ -181,7 +181,7 @@ <h3>See Also</h3><a href=
181
181
The rank and parent properties are initialized during construction so the
182
182
each element is in a set by itself (so it is not necessary to initialize
183
183
objects of this class with the < a href =
184
- "../graph/ doc/incremental_components.html#sec:initialize-incremental-components ">
184
+ "../doc/incremental_components.html#sec:initialize-incremental-components ">
185
185
< tt > initialize_incremental_components()</ tt > </ a > function). This class is
186
186
especially useful when computing the (dynamic) connected components of an
187
187
< tt > edge_list</ tt > graph which does not provide a place to store vertex
You can’t perform that action at this time.
0 commit comments