Graph (1)

Graph Depth-First Search (DFS)
28 July 2018 ยท 2 minutes read

A while ago, I have written up on Graphs and gave a few examples about their application for real world problems. In this post, I want to talk about one of the most common graph algorithms, Depth-first search (DFS).