Depth-first search
easyRecursive or iterative, with the call stack made visible either way. Turn on component restarting and the same traversal becomes a connected-components scan.
Worst
O(V + E)Space O(V) stack depthLoading the depth-first search engine…