Computing - Recursion

2021-04-19
1 min read

See Also

Flashcards

What are the three rules of recursion??
  • Base condition
  • The function calls itself
  • Finite amount of runs
What is the main disadvantage of recursion??

It uses a lot of memory on the stack.


Metadata
date: 2021-04-19 16:07
tags:
- '@?computing'
- '@?school'
- '@?public'
title: Computing - Recursion