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 996001f commit 5d79f54Copy full SHA for 5d79f54
doc/modules/ROOT/pages/algorithms/strongly-connected-components.adoc
@@ -8,10 +8,6 @@ The Strongly Connected Components (SCC) algorithm finds maximal sets of connecte
8
A set is considered a strongly connected component if there is a directed path between each pair of nodes within the set.
9
It is often used early in a graph analysis process to help us get an idea of how our graph is structured.
10
11
-
12
-include::partial$/operations-reference/alpha-note.adoc[]
13
14
15
:directed:
16
:undirected:
17
include::partial$/algorithms/shared/algorithm-traits.adoc[]
0 commit comments