openrndr
0.4.5-dev.9+28d315c
common
openrndr-kartifex
/
org.openrndr.kartifex.utils.graphs
/
Graphs
/
bfsVertices
bfs
Vertices
fun
<
V
>
bfsVertices
(
start
:
V
,
adjacent
:
(
V
)
->
Iterable
<
V
>
)
:
Iterator
<
V
>
(
source
)
fun
<
V
>
bfsVertices
(
start
:
Iterable
<
V
>
,
adjacent
:
(
V
)
->
Iterable
<
V
>
)
:
Iterator
<
V
>
(
source
)