Please enable JavaScript to use CodeHS

Data Structures in C++

Lesson 6.1 Functional Recursion

Description

In this lesson, students learn what functional recursion is and how to write functional recursive code.


Objective

Students will be able to:

  • Explain what recursion is and the different parts of a recursive function
  • Write basic recursive functions
  • Solve real-world problems using functional recursion.