Question: 10
(Choose 1 answer)
In which case would an iterative algorithm be preferred over a recursive algorithm?
A. When solving problems that require backtracking
B. When stack overflow is a concern
C. When the problem involves tree traversal
D. When solving problems with divide-and-conquer techniques