Learn what the Depth-First Search algorithm is. — In the last issue, we talked about ‘Breadth-First Search’ and ‘Depth-First Search’ as two of the most common algorithms we use when working with graphs. Last time, we looked at Breadth-First Search (BFS). Today, we’ll cover the other, Depth-First Search (DFS). Why should I care? A lot of algorithms are implemented for you as…