toggle menu
KAHelpers
androidJvm
switch theme
search in API
dataStructuresAndAlgorithms
/
dev.funkymuse.datastructuresandalgorithms.graphs
/
Edge
/
Edge
Edge
constructor
(
source
:
Vertex
<
T
>
,
destination
:
Vertex
<
T
>
,
weight
:
Double
?
=
null
)