Exercises/#148 Sudoku Solver
#148

Sudoku Solver

HardπŸ“¦ Arrays
160 XP

Problem

Write a program to solve a Sudoku puzzle by filling the empty cells ('.').

Examples

Input: 9x9 board with some cells filled
Output: The same board, fully solved
backtrackingarraymatrix
AI Assistantβ€” powered by AI

Unlock hints progressively β€” start gentle, go deeper only if needed.

πŸ’‘

Level 1: Gentle Nudge

A subtle direction

πŸ—ΊοΈ

Level 2: Approach

The algorithm to use

πŸ”

Level 3: Detailed

Step-by-step guidance

148 / 150

Your Solution

⚑ JavaScript

to save progress and use AI features