11 | Recursion
Recursion
- True or False? A base case is not necessary for all recursive algorithms.
- Traversal of ____ is a good use case for recursion.
- True or False? A recursive definition is one in which the defined term appears in the definition itself.
- True or False? Recursion takes more computing resources than iteration.
- True or False? A function that calls itself recursively must have a plan to eventually stop