svelte-sudoku Svelte Themes

Svelte Sudoku

Easy Sudoku solver using Svelte

Sudoku Solver Using Svelte

Install

clone repo

npm install

npm run dev

This is work for the easy sudoku and some medium level sudoku not working for hard level.

To Do

  • find solution for medium and hard level.

Approach

I am finding possible candidate values for the cell and start solving where only one candidate value is possible and removing the same value from a respective row, column, and 3x3 grid.

Top categories

Loading Svelte Themes