Reverse the graph before searching so we are only working with
a single possible destination. A DFS is used to initially prune
down the graph.
Reverse the graph before searching so we are only working with
a single possible destination. A DFS is used to initially prune
down the graph.