Home / Computer science / Depth-first search (DFS)
Implementation
DFS is implemented as
a generic search with a LIFO queue for the frontier.
Home / Computer science / Depth-first search (DFS)
DFS is implemented as
a generic search with a LIFO queue for the frontier.