toggle menu
KAHelpers
androidJvm
switch theme
search in API
dataStructuresAndAlgorithms
/
dev.funkymuse.datastructuresandalgorithms.graphs
/
Graph
/
hasCycle
has
Cycle
open
fun
hasCycle
(
source
:
Vertex
<
T
>
)
:
Boolean
open
fun
hasCycle
(
source
:
Vertex
<
T
>
,
pushed
:
MutableSet
<
Vertex
<
T
>
>
)
:
Boolean