test

Sudoku Solver

This Sudoku-Solver should solve all valid Sudokus. It uses a recursive backtracking algorithm that does stupidely go from the first to the last field but always selects the best possible move(s). You can save the Sudoku to the URL and then copy the URL to send this specific Sudoku to a friend. If you refer with an url with # and then 81 numbers where 0 means empty field you can load a sudoku to the website for example > HERE < You can find the complete Source on GITHUB

Dieser Sudoku Solver sollte alle gültigen Sudokus lösen können. Er verwendet einen rekursiven backtracking Algorithmus. Der Algrithmus ist so programmiert dass nicht stupide vom ersten zum letzten Feld durchläfut aberimmer die beste Lösung auf dem Sudoku sucht. Sie können das angezeigte Sudoku in die Adresszeile kopieren mit dem "Sudoku in die URL kopieren". Beispiel > HERE <. Sie finden den kompletten Quellcode auf GITHUB

Français: Pas encore traduit (you can send a git pull request)

Italiano: Non ancora tradotto (you can send a git pull request)

Español: Todavía no ha sido traducido (you can send a git pull request)

☰ load 📁 easy 📁 medium 📁 hard ☰ Laden 📁 Easy 📁 Mittel 📁 Schwer

× Example 1 (EASY) Example 2 Example 3 (Ambigious Solution) Example 4 Example 5 Example 6 Example 7 Example 8 Example 9 (BIG) Unsolvable





















selectionArray: --

Time: --



● initial values
● guessed out of several possibilities
● unambigiously solved

SOURCE:

https://github.com/braindef/sudoku.js

Sudoku QR-Code

With this website you can have Sudokus as QR-Codes: First enter the Sudoku, then copy the Sudocu in the URL then creating an QR-Code from this URL with eg qrencode on Ubuntu or Linux that can be installed with "sudo apt-get install qrencode"

Mit dieser Seite können Sudokus auch als QR-Codes verlinkt werden: Zuerst das Sudoku eingeben oder Laden, dann in die URL kopieren und dann von dieser URL einen QR-Code erstellen mit z.B. dem Linux Programm qrencode (das man mit "sudo apt-get install qrencode" installieren kann)



http://0x8.ch/sudoku.js/code/sudoku.js/index.html