Coder Social home page Coder Social logo

takuzu-solver's Introduction

Takuzu solver

A simple Takuzu puzzle solver for boards between 3x3 and 31x31.

Takuzu, also known as Binairo, Binero, Tohu-Wa-Vohu, Eins und Zwei, Binoxxo, Zernero or just Binary Sudoku, is a puzzle game of constraints similar to Sudoku but with only 1s and 0s.

Rules vary, though this solver is specifically for rules:

  • Every column and row must be filled in with the same number of 1s.
  • There can be no more than two 1s or 0s in a row.

Some formulations specify that the rows and columns have to be unique, that the puzzle need not be square, etc. These are not considered in this version.

It uses local checks to rule out candidates around or next to two filles squares in a row, counts of line and row 1 counts to rule out candidates after the first row/column is filled, and finally does a single position substitution at random.

takuzu-solver's People

Contributors

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