Git Product home page Git Product logo

sudoku's Introduction

sudoku

This repo contains python code to solve a sudoku puzzle. There are two different versions of the code. sudoku_solver.py -- this is my code. simple_sudoku_solver.py -- I found this code on this website - http://freepythontips.wordpress.com/2013/09/01/sudoku-solver-in-python/

I implemented my solution first and then looked to see how the other developer did it. The algorithms used are very different. I find that the simple_sudoku_solver provides a very elegant solution with very few lines of code. However, this solution relies heavily on recursion and thus is a bit time-intensive. My solution is not as simple/straightforward, but it gets the job done and runs faster than the recursive solution. However, it uses a few maps and lists and thus probably takes up more memory.

Both program require a filename input to the command line. The file should contain the rows of the sudoku puzzle with 0s in place of the blanks (ie, the file should contain 9 lines with 9 digits on each line, no spaces). I've included several sample files, of varying degrees of difficulty. These were obtained from this site - http://www.sudoku.ws/

sudoku's People

Contributors

ariesunique 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.