Coder Social home page Coder Social logo

sudoku's Introduction

sudoku

Sudoku solution helper. (Javascript)

====== If you cannot solve sudokus, this calculator will help you. It also can help you, if you create your own sudokus.

Algorithms:

  1. Find "single" - The only value possible.
  2. Find "hidden single" - One of the possible values is in this cell only.
  3. "Open pair" - Two cells with identical pair. The values can be removed from the other cells in the group.

Planned:

  1. "Candidate lines" - If you look within a box, and find that all of the places where you can put a particular number lie along a single line, then you can be sure that wherever you put the number in that box, it has to be on the line.

Supported fields:

  1. 3x3
  2. 3x3x3
  3. 5x3x3 - Samurai

Planned:

  1. Nonomino-Sudoku

You can make your own fields and add them into app.js.

Demo here: http://yarooze.github.io/sudoku/

or here: http://htmlpreview.github.io/?https://github.com/yarooze/sudoku/blob/master/index.html

sudoku's People

Contributors

yarooze avatar

Watchers

James Cloos avatar  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.