Skip to content

May 02: Tracing Recursion

Learning Objectives

After today's class, you should be able to:

  • Explain how a return statement works in a recursive function.
  • Describe the process of tracing a recursive function on paper.
  • Trace a recursive method that returns results via a parameter.

Lesson Outline

Hints [5 min]

Act17 [5 min]

Your To-Do List