depthFirstSearch top-level constant Pathfinding
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?>();