Skip to content
This repository has been archived by the owner on Nov 28, 2017. It is now read-only.

mswdev/sudoku-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Solver

Description

Solves expert, medium, and beginner Sudoku puzzles from http://www.sudoku.com using Selenium. It will load the website and store the sudoku puzzle in a 2D integer array. After the puzzle is stored in the array, it is solved in less than a millisecond. Once solved it filters through all of the boxes filling out the puzzle.

Features

  • Solves the puzzles in less than a millisecond.
  • Solves the expert puzzles.

Versions

0.2 - 5/19/2016

- Removed a useless Abstract Class.
- Added an enum so the difficulty can easily be changed.

0.1 - 4/13/2016

- Release Version

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages