GraphSearch

interface GraphSearch<NodeId, EdgeId>

Functions

Link copied to clipboard
abstract fun findPath(from: NodeId, to: NodeId): Path<EdgeId>

Inheritors

Link copied to clipboard