Giter Site home page Giter Site logo

sudokusolver's Introduction

SudokuSolver

This is a Python Application that uses backtracking to solve Sudoku Puzzles.

Table of contents

General info

This is a project I decided I wanted to do in order to familiarize myself with Python.

Setup

In order to run, clone this repo onto your local machine.

Edit the SudokuSolver.txt file to contain your puzzle. The accepted format is:

(1,9), (2,9), (3,9), ..., (9,9)
(1,8), (2,8), (3,8), ..., (9,8)
(1,7), (2,7), (3,7), ..., (9,7)
...
(1,1), (2,1), (3,1), ..., (9,1)

Where each coordinate represents a cell on the board. Empty cells should have 0s and numbered cells should have the appropriate number. All coordinates should be comma separated. Do not add blank lines at the start or end of file.
An example of the top left grid of a puzzle can be found here:

5, 3, 0
6, 0, 0
0, 9, 8


Run the run.sh script. The accepted format is:

./run.sh [puzzle txt file path+name]

or

./run.sh

where SudokuPuzzle.txt is used as the puzzle txt file

Features

Implemented:

  • Script
  • Puzzle file can be read and stored
  • Can solve sudoku puzzles using backtracking
  • Puzzle can be printed

Status

Project is: finished

Language details

Language used: Python
Version used: 3.8

Contact

Created by @cameronmathis - feel free to contact me!

sudokusolver's People

Contributors

cameronmathis avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.