Please enable JavaScript to use CodeHS

Data Structures in C++

Lesson 6.3 Recursive Backtracking

Description

In this lesson, students learn the basics of a recursive backtracking algorithm and apply that to several different projects.


Objective

Students will be able to:

  • Create a basic recursive backtracking algorithm
  • Solve more complex recursive backtracking problems