An open API service indexing awesome lists of open source software.

https://github.com/vadimgierko/sudoku-solver

This app solves an easy (for now) sudoku.
https://github.com/vadimgierko/sudoku-solver

algorithm nextjs react sudoku sudoku-solver

Last synced: about 10 hours ago
JSON representation

This app solves an easy (for now) sudoku.

Awesome Lists containing this project

README

          

# Sudoku Solver

This app written in vanilla TypeScript solves any given sudoku using backtracking algorithm.

⚠️ At the moment I'm working on implementing human-like solving algorithm before backtracking algorithm runs, to use it only when needed to optimize performance.

## Features

- you can input known (init) numbers of sudoku you want to solve, save the board & click *solve* button
- template sudokus to test the app

## Tech Stack

- TypeScript