Question: Which of the following is NOT an application of DFS?
Options:
Correct Answer: Finding the shortest path
Solution:
Finding the shortest path is typically not an application of DFS, as it does not guarantee the shortest path in unweighted graphs.