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.
- Host: GitHub
- URL: https://github.com/keirany/sudoku-solver
- Owner: KeiranY
- License: gpl-2.0
- Created: 2014-12-02T18:52:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-08T18:28:39.000Z (over 10 years ago)
- Last Synced: 2025-02-09T17:46:16.870Z (4 months ago)
- Language: C#
- Size: 195 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.