Module pathfinding::directed::iddfs

source ·
Expand description

Compute a shortest path using the iterative deepening depth-first search algorithm.

Functions§