82.4k views
1 vote
C. What is the major drawback of using the recursive rule?

User Joel Shea
by
8.0k points

2 Answers

4 votes

Answer:

uses more memory

recursion can be slow

User Nkh
by
8.0k points
6 votes

Answer:

Use of recursion in an algorithm has both advantages and disadvantages. The main advantage is usually the simplicity of instructions. The main disadvantage is that the memory usage of recursive algorithms may grow very quickly, rendering them impractical for larger instances.

User Kamidude
by
8.1k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.

9.4m questions

12.2m answers

Categories