Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chaitanyaprasad60/sudoku-solving-app

This is an app that can solve sudokus using backtracking algorithm. Made using Angular2.
https://github.com/chaitanyaprasad60/sudoku-solving-app

angular2 backtracking-algorithm front-end problem-solving python

Last synced: 8 days ago
JSON representation

This is an app that can solve sudokus using backtracking algorithm. Made using Angular2.

Awesome Lists containing this project

README

        

# Sudoku
You can just enter a Sudoku and this web page will solve it.

I am using a backtracking algorithm to solve the sudoku.

First, I attempted to solve a 4x4 Sudoku in Python - Refer to "Sudoku 4x4.py"

Then, I solve 9x9 Sudoku using Backtracking in Python - Refer to "Sudoku 9x9.py"

Finally, I converted it to Typescript to host it online - Refer to "\src\app\grid\grid.component"

# Check Live Project Here
https://sudoku-solving-app.vercel.app/