openrndr
Toggle table of contents
0.4.5-dev.12+0b4c189
common
Platform filter
common
Switch theme
Search in API
openrndr
openrndr-kartifex
/
org.openrndr.kartifex.utils.graphs
/
Graphs
/
stronglyConnectedComponents
strongly
Connected
Components
fun
<
V
>
stronglyConnectedComponents
(
graph
:
DirectedGraph
<
V
,
*
>
,
includeSingletons
:
Boolean
)
:
Set
<
Set
<
V
>
>
(
source
)