toggle menu
KAHelpers
androidJvm
switch theme
search in API
dataStructuresAndAlgorithms
/
dev.funkymuse.datastructuresandalgorithms.graphs
/
Edge
Edge
data
class
Edge
<
T
>
(
val
source
:
Vertex
<
T
>
,
val
destination
:
Vertex
<
T
>
,
val
weight
:
Double
?
=
null
)
Members
Constructors
Edge
Link copied to clipboard
constructor
(
source
:
Vertex
<
T
>
,
destination
:
Vertex
<
T
>
,
weight
:
Double
?
=
null
)
Properties
destination
Link copied to clipboard
val
destination
:
Vertex
<
T
>
source
Link copied to clipboard
val
source
:
Vertex
<
T
>
weight
Link copied to clipboard
val
weight
:
Double
?
=
null