Skip to content

FCC QAC Project #4. A sudoku solver which can be used to solve sudoku problems using Backtracking.

Notifications You must be signed in to change notification settings

damankarora/fcc-qac-project4

Repository files navigation

Sudoku Solver

A simple application that takes a sudoku string a solves it using backtracking. If a puzzle is unsolvable or invalid, it gives the appropriate output.

How to run the application

Clone the repository

git clone https://github.com/damankarora/fcc-qac-project4.git

Change directory

cd fcc-qac-project4

Install dependencies

npm install

Spin up the server

npm start

How to run the tests

To test the application with unit tests and functional tests.

npm test

Happy coding :)

About

FCC QAC Project #4. A sudoku solver which can be used to solve sudoku problems using Backtracking.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published