https://github.com/dkunin/sudoku-solver
Sudoku Solver Practice
https://github.com/dkunin/sudoku-solver
Last synced: 6 months ago
JSON representation
Sudoku Solver Practice
- Host: GitHub
- URL: https://github.com/dkunin/sudoku-solver
- Owner: DKunin
- Created: 2017-04-25T10:21:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-25T10:22:56.000Z (about 9 years ago)
- Last Synced: 2025-01-21T12:27:20.643Z (over 1 year ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sudoku Solver Practice
[What is Sudoku](https://en.wikipedia.org/wiki/Sudoku)
The exercise is twofold:
1) Create algorithm to solve any sudoku puzzle
2) Create interface for user to be able to enter example sudoku - and find a solution for it
## Participate
```shell
git clone git@github.com:DKunin/sudoku-solver
cd sudoku-solver
mkdir
```
The result of your code should be:
- index.html file with the interface
- index.js with examples of usage
You can use any libraries or frameworks, except complete solutions. Add your own packages with seperate package json in your subfolder. Do not forget to add your node_modules folder to .gitignore
Make a PR.