toggle menu
KAHelpers
androidJvm
switch theme
search in API
dataStructuresAndAlgorithms
/
dev.funkymuse.datastructuresandalgorithms.graphs
/
Graph
/
add
add
open
fun
add
(
edge
:
EdgeType
,
source
:
Vertex
<
T
>
,
destination
:
Vertex
<
T
>
,
weight
:
Double
?
)