Question: Which of the following is NOT a characteristic of DFS?
Options:
Correct Answer: Explores all neighbors before going deeper
Solution:
DFS explores as far as possible along each branch before backtracking, which means it does not explore all neighbors before going deeper.