Skip to content

Commit 5d79f54

Browse files
Remove apha note
1 parent 996001f commit 5d79f54

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

doc/modules/ROOT/pages/algorithms/strongly-connected-components.adoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ The Strongly Connected Components (SCC) algorithm finds maximal sets of connecte
88
A set is considered a strongly connected component if there is a directed path between each pair of nodes within the set.
99
It is often used early in a graph analysis process to help us get an idea of how our graph is structured.
1010

11-
12-
include::partial$/operations-reference/alpha-note.adoc[]
13-
14-
1511
:directed:
1612
:undirected:
1713
include::partial$/algorithms/shared/algorithm-traits.adoc[]

0 commit comments

Comments
 (0)