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

User Joel Shea
by
3.8k points

2 Answers

4 votes

Answer:

uses more memory

recursion can be slow

User Nkh
by
3.9k 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
4.2k points