Skip to content

Got bored, decided to write an algorithm to solve a Sudoku puzzle. Now it's a full fledged Flask application with a React frontend and multiple algorithms...

Notifications You must be signed in to change notification settings

brandonhawi/sudokuSolver

Repository files navigation

Sudoku Solver

What

This is a web application with a React front end and Flask back end that solves Sudoku puzzles. It also initially used SocketIO to update the client as the Sudoku puzzle but once React was implemented, SocketIO was no longer needed.

Dev Environment Setup

This repository uses pipenv to manage packages (installed using pip install pipenv).

After cloning the repository, a simple pipenv install will create a virtual environment for the application if it does not already exist and install all necessary packages.

Make sure that you use pipenv to install any new packages added to the solution.

About

Got bored, decided to write an algorithm to solve a Sudoku puzzle. Now it's a full fledged Flask application with a React frontend and multiple algorithms...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published