depthFirstSearch top-level constant Pathfinding

DepthFirstSearch<Object?> const depthFirstSearch

Pathfinding algorithm that explores the graph in depth first order.

See en.wikipedia.org/wiki/Depth-first_search or DepthFirstSearch.

{@category Pathfinding}

Implementation

const depthFirstSearch = DepthFirstSearch<Object?>();