Ask Question
25 September, 23:14

Which of the following is a possible disadvantage of recursion? Question 10 options: Recursive solutions can be less efficient than their iterative counterparts Recursive solutions tend to be longer than their iterative counterparts Recursive solutions are more likely to go into infinite loops than their iterative counterparts Recursive solutions tend to have more local variables than their iterative counterparts

+2
Answers (1)
  1. 25 September, 23:31
    0
    Recursive solutions can be less efficient than their iterative counterparts

    Explanation:

    Recursion can be defined or described as a method of solving a problem where the solution depends on solutions to smaller instances of the same problem.

    It entails using iteration to ensure that smaller parts of a solution are satisfied towards solving thw overall problem.

    Ita major disadvantage seems to be that it seem to be less efficient than their iterative counterparts. This is as a result of concentrating on trying to solve a smaller instances.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Which of the following is a possible disadvantage of recursion? Question 10 options: Recursive solutions can be less efficient than their ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers