Using DFS to compute distance mistake

While BFS does indeed compute distance from the start vertex $s$ to all other vertices, DFS does not. This note gives an example to illustrate this common mistake.