Please enable JavaScript to use CodeHS

Sudoku Solver

In this project, students use recursive backtracking to create a program that can solve a sudoku puzzle.

Hard

4 Hours

High School

Project Description

Project Demo

Explore this program before assigning it!

Project Overview

Here is an outline of the project activities:
Set Up
isValid
nextEmpty
Final Build