ShortestPath

data class ShortestPath<T>(val nodes: List<T>, val totalCost: Double) : Record

Constructors

Link copied to clipboard
constructor(nodes: List<T>, totalCost: Double)

Properties

Link copied to clipboard
val nodes: List<T>
Link copied to clipboard