Question: In which application is DFS particularly useful?
Options:
Correct Answer: Cycle detection in a graph
Solution:
DFS is particularly useful for cycle detection in a graph as it can track visited nodes and backtrack effectively.