Depth-First Search - Lecture by Rashid Bin Muhammad, PhD.
Depth-First Search D epth-first search is a systematic way to find all the vertices reachable from a source vertex, s. Historically, depth-first was first stated formally hundreds of years ago as a method for traversing mazes. Like breadth-first search, D...