what are the drawbacks of recursive functions(python programming language)
Answers
Answered by
0
Answer:
- Slow.
- Logical but difficult to trace and debug.
- Requires extra storage space. For every recursive calls separate memory is allocated for the variables.
- Recursive functions often throw a Stack Overflow Exception when processing or operations are too large.
Similar questions
Science,
4 months ago
Social Sciences,
4 months ago
Math,
9 months ago
Physics,
1 year ago
Physics,
1 year ago