19.2 Recursion
A Level · 0 questions found
What this topic covers
Section titled “What this topic covers”- Essential features of recursion: base case, recursive call
- How recursion is expressed in a programming language
- Write and trace recursive algorithms; when recursion is beneficial
- What a compiler does to handle recursion: stacks and unwinding