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

2 Answers

4 votes

Answer:

uses more memory

recursion can be slow

answered
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.

answered
User Kamidude
by
8.1k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.