We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce66be5 commit f440525Copy full SHA for f440525
src/connectivity.jl
@@ -154,7 +154,7 @@ Return the number of connected components in `g`.
154
Equivalent to `length(connected_components(g))` but uses fewer allocations by not
155
materializing the component vectors explicitly. Additionally, mutated work-arrays `label`
156
and `search_queue` can be provided to reduce allocations further (see
157
-[`_connected_components!`](@ref)).
+[`connected_components!`](@ref)).
158
159
## Keyword arguments
160
- `reset_label :: Bool` (default, `false`): if `true`, `label` is reset to zero before
0 commit comments