Question: Which of the following statements is true about DFS?
Options:
Correct Answer: It is not suitable for finding shortest paths.
Solution:
DFS is not suitable for finding shortest paths in unweighted graphs as it does not explore all neighbors at the current depth before going deeper.