Depth-first search
A traversal that follows one branch before returning to explore remaining alternatives.
Also known as DFS, depth-first traversal, 深搜, 深度优先遍历
A traversal that follows one branch before returning to explore remaining alternatives.
Also known as DFS, depth-first traversal, 深搜, 深度优先遍历