Computer science: depth-first search
Self-tutoring about computer science: the tutor mentions depth-first search (DFS). In yesterday’s post I mention breadth-first search. Now, to compare, I continue with depth-first. With depth-first search, if you have three rooms to search, you’ll search everywhere in the first …