An open API service indexing awesome lists of open source software.

https://github.com/keirany/sudoku-solver

A program developed by me for my advanced higher computing project. This program, when run, will take a user-inputted sudoku puzzle and output the solution, using a basic moves list in order to solve it. Program has been coded in C# .NET 4.5 although source code can be compiled under earlier versions of .NET with no issues.
https://github.com/keirany/sudoku-solver

Last synced: 2 months ago
JSON representation

A program developed by me for my advanced higher computing project. This program, when run, will take a user-inputted sudoku puzzle and output the solution, using a basic moves list in order to solve it. Program has been coded in C# .NET 4.5 although source code can be compiled under earlier versions of .NET with no issues.

Awesome Lists containing this project

README

        

Sudoku-Solver
=============

A program developed by me for my advanced higher computing project. This program, when run, will take a user-inputted sudoku puzzle and output the solution, using a basic moves list in order to solve it. Program has been coded in C# .NET 4.5 although source code can be compiled under earlier versions of .NET with no issues.

Credits
=======

-Keiran Young (Me, just incase there was any doubt)

-No outside library's have been used other than those supplied in Microsofts .NET framework.