GraphPath

open class GraphPath<T>

Constructors

Link copied to clipboard
constructor()
constructor(set: Set<Connection<T>>)

Properties

Link copied to clipboard
Link copied to clipboard
open val cost: Int

Functions

Link copied to clipboard
open fun addConnection(c: Connection<T>)
Link copied to clipboard
open fun cpy(): GraphPath<T>