Skip to content

dbatydev/nodejs-sudoku-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Nodejs Sudoku Solver

Simple Sudoku solver App using NodeJS

Get Started

This basic sudoku solver example shows basic usage of the backtracking algorithm to solve the puzzle

To install and run the example, first clone the repository and optionally replace the "sudokusolver" directory with your desired name.

git clone https://github.com/greatdane89/nodejs-sudoku-solver.git sudokusolver
#Navigate into proper directory
cd sudokusolver

#install dependencies
npm install

#Run the application
npm run start

About

Basic Sudoku solver example app using NodeJS and the backtracking algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published