graphmatekt
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
graphmatekt
graphmatekt
/
graphMateKT
/
toWeightedAdjacencyList
to
Weighted
Adjacency
List
fun
UnweightedAdjacencyList
.
toWeightedAdjacencyList
(
)
:
MutableList
<
MutableList
<
Pair
<
Double
,
Int
>
>
>
Replaces the destination nodes with edges of weight 1.0