Changes

Jump to: navigation, search

BLAStoise

9 bytes added, 22:56, 10 February 2017
Assignment 1
'''Sudoku Solver'''
Sudoku solver is a program that solves a sudoku puzzle. The user can input an existing file and have the program solve this, or can manually enter values to be solved. The sudoku puzzle is 9x9 in size. The data needs to be in a specific format for the program to work. There are 9 rows of values, with each cell/element in the row needing to be separated by a space. A value of 0 tells the program to solve this value.
Original source code can be found [https://github.com/shafeeq/Sudoku here].
64
edits

Navigation menu