Answer to Question #364 in Other Programming & Computer Science for star
Question #364
Every recursive problem has an iterative solution. Is it true?
Expert's answer
Yes. Every recursive solution has a corresponding iterative solution. Usually the recursive solution takes less code lines, but it uses many resources, and the iterative solution acts vice versa.
Need a fast expert's response?
Submit orderand get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment