Please enable JavaScript to use CodeHS

Introduction to Artificial Intelligence

Lesson 2.4 Recursion

Description

In this lesson, students will learn how search trees are used to improve the quality of non-player characters. Students also learn the role that recursion plays in implementing search trees, and how they can implement recursion in their own programs.


Objective

Students will be able to:

  • Define recursive functions
  • Identify the base and recursive case in a recursive function
  • Articulate the role recursion plays in search trees