findPath

abstract fun findPath(    navigableGraph: DirectedGraph<NodeId, NodeData, EdgeId, EdgeData>,     targetNodeId: NodeId,     startNodeId: NodeId): List<BlockId>