An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: sudoku-checker

MorvanZhou/sudoku

A simple Sudoku generator and solver. 数独生成器和解题器

Language: Python - Size: 298 KB - Last synced at: 23 days ago - Pushed at: over 2 years ago - Stars: 172 - Forks: 24

komeilmehranfar/sudoku-core

A typescript Sudoku package for generating, solving (step-by-step or all), and analyzing Sudoku boards with ease. Perfect for building Sudoku games and integrating Sudoku functionality into your applications.

Language: TypeScript - Size: 3.22 MB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 98 - Forks: 4

tfpf/mersenne-twister

High-performance 32- and 64-bit global-state (thread-unsafe) and thread-safe uniform pseudorandom number generators for C, C++ and Python. Provided as an installable package.

Language: C - Size: 219 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

tilnoene/sudoku

Implementação de algoritmos para gerar um tabuleiro de sudoku aleatório, verificar se uma solução é válida, gerar uma solução utilizando coloração de grafos e visualização das etapas de resolução.

Language: Python - Size: 1.51 MB - Last synced at: 26 days ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

sanujs/sudoku-sos

Sudoku solver that uses human solving strategies to find the next solvable cell

Language: Rust - Size: 273 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 3 - Forks: 0

eneko/Sudoku

Swift library and command line tool to generate, solve, and validate Sudoku puzzles

Language: Swift - Size: 53.7 KB - Last synced at: 2 months ago - Pushed at: over 4 years ago - Stars: 9 - Forks: 3

jaymeklein/validate-sudoku

Sudoku validation script, receives an NxN Array and returns True for valid sudoku.

Language: Python - Size: 3.91 KB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

HvdW144/herbdoku-validator

A sudoku validator for sudoku's with advanced rules

Language: TypeScript - Size: 235 KB - Last synced at: 12 days ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

dfleta/sudokuModules

Kata sobre programación modular en Python

Language: Python - Size: 26.4 KB - Last synced at: 3 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

all-free-games/all-free-games.github.io

All Free game

Language: HTML - Size: 150 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

groundctrl2/Sudoku-Calculator

"Sudoku Calculator" that takes a grid and can 1. check if the solution is valid (works if not entirely filled as well), 2. provide all possible digits to note in each cell, and 3. use those notes to identify doubles, triples and quadruples.

Language: Python - Size: 9.77 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

Ayush00778/Sudoku-Solver

This project is a Sudoku solver implemented in C++. It uses backtracking to efficiently solve any given Sudoku puzzle. The solver reads a 9x9 grid from a file or standard input, applies the algorithm, and outputs the solved grid.

Language: C++ - Size: 15.6 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

kuchumof/Sudoku

Это android приложение - игра: Судо́ку— головоломка с числами, является латинским квадратом 9-го порядка.

Language: Kotlin - Size: 246 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Vaporjawn/Sud0ku 📦

A Sud0ku game and solver made in python (also a version in JavaScript)

Language: Python - Size: 80.1 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

julianschmuckli/sudokuchecker 📦

Old code which I found to solve any Sudoku.

Language: Java - Size: 114 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

hoaftq/SudokuLib

A Sudoku library, which targets .NET Standard 1.0, supports generating and solving game boards

Language: C# - Size: 119 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

AditiPradeep/Sudoku_Solver

Simulated Annealing Sudoku Solver

Language: Python - Size: 8.79 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

MartinGurasvili/Sudoku

This is a UI Sudoku Game And Solver that makes use of recursion and backtracking

Language: Python - Size: 9.77 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 6 - Forks: 0

omerfarukeker/Sudoku-Solver

Solves the user entered Sudoku boards with commonly known strategies like hidden/naked pairs, X-wing, Y-wing etc.

Language: Python - Size: 172 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 9 - Forks: 5

federico123579/sudoku-solver

Sudoku solver implemented in Rust, used for learning purposes.

Language: Rust - Size: 36.1 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

MartinGurasvili/Python-Terminal-Sudoku

Terminal Sudoku Written In Python

Language: Python - Size: 6.84 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 5 - Forks: 0

omeryasironal/CheckSudokuSolutionMethods

Checking Whether a Solution Is Correct

Language: Java - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

megaVE/dsa-1-tasks

My solution for the proposed tasks from the Data Structures and Algorithms I discipline, during the 1st period of the course | Resolução minha dos trabalhos propostos durante a disciplina de Algoritmos e Estruturas de Dados I no 1º Período do curso

Language: C - Size: 1.38 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

HemulGM/Sudoku

Sudoku

Language: Pascal - Size: 7.42 MB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 9 - Forks: 4

sbolch/sudoku

Sudoku with p5.js

Language: JavaScript - Size: 23.4 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

shubhamsc/sudoku

A puzzle which changes way of thinking

Language: JavaScript - Size: 737 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

LerkkaP/Sudoku-checker

Sudoku Checker is a Python class that allows you to validate whether a given Sudoku puzzle is correct according to the rules of Sudoku.

Language: Python - Size: 7.81 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

mstou/sudoku-solver

A simple sudoku solver

Language: JavaScript - Size: 940 KB - Last synced at: about 1 year ago - Pushed at: almost 7 years ago - Stars: 17 - Forks: 1

JavideSs/sudoku-Generator-Checker-Solver

A Sudoku puzzle generator, checker and solver written in C using backtracking algorithm

Language: C - Size: 1.43 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

NerdyGamer05/SudokuSolver

A website for solving sudoku puzzles

Language: HTML - Size: 5.86 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

Tsu-HaoLiu/SudokuSolver

Solving Sudoku puzzles with backtracking in Python!

Language: Python - Size: 51.8 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

bcanozter/Multithreaded-Sudoku-Checker

9x9 Sudoku Checker

Language: C++ - Size: 22.5 KB - Last synced at: 4 months ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 0

ArjArav98/Sudoku-Solver

Suite of functions, written in C++, which solve, validate and generate Sudoku puzzles!

Language: C++ - Size: 125 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 54 - Forks: 20

nathan-dykstra/sudoku

A Sudoku game built with the Python Tkinter module. Includes a solver in case you get stuck!

Language: Python - Size: 40 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Zalanshah64/sudoku

Sudoku is a game played on a 9x9 grid where every single square is filled with a number from 1 to 9 unique to its row, column, and 3x3 subgrid. This program is a sudoku app that allows a user to generate sudoku boards, solve given boards instantly, and play randomly generated or given sudoku boards.

Language: C++ - Size: 321 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

firateski/SudokuGameWindowsForms

Sudoku game, solver, and generator that created with Windows Forms using my own Sudoku library.

Language: C# - Size: 35.2 KB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 5 - Forks: 1

firateski/SudokuLibrary

C# Sudoku library that can solve, generate and check the Sudoku puzzles.

Language: C# - Size: 15.6 KB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 13 - Forks: 6

SPiedra955/Sudoku

This is a code programmed in modules

Language: Python - Size: 10.7 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Pplociennik/SUDOKU-IN-CMD

Nothing more, nothing less

Language: C++ - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

flyingpeakock/Console_sudoku

Console application to create, solve, and play sudoku.

Language: C++ - Size: 124 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 18 - Forks: 1

rashmiv99/Sudoku-Solver

Implemented an application that can solve a Sudoku using C++

Language: C++ - Size: 7.81 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

SameetAsadullah/Validate-Sudoku-Using-Threads

C++ program to check whether the given sudoku puzzle is valid or not. It uses threads, joins, and semaphores to do that

Language: C++ - Size: 2.93 KB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

2KAbhishek/sudoku-hero

For all your sudoku solving needs. 🧮🧩

Language: C++ - Size: 26.4 KB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

kilyig/zkSudoku

Generalized zero-knowledge proof sudoku, in both Circom and ZoKrates

Language: Assembly - Size: 10.9 MB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

johannmeyer/operating-systems

Assignments for operating systems course.

Language: C - Size: 3.43 MB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0

Spr3/sudoku

This is a sudoku AI were you input your puzzle and it will solve it to the best of its ability's.

Language: C# - Size: 42.4 MB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

DS9922/Sudoku-Game

A GUI for Sudoku Game-cum-Solver. Made using Tkinter (@ Frontend) & MySQL (@ Backend).

Language: Python - Size: 10.7 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

messersm/sudokutools

Yet another python sudoku library.

Language: Python - Size: 176 KB - Last synced at: 19 days ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

MBA-997/Sudoku-4x4

This repo contains my 1st Semester Project of Sudoku 4X4 with Sudoku Solver made in C language.

Language: C - Size: 132 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

jpsvcv/Sudoku-Validator

Using Python, you can check if a Sudoku solution is valid or not.

Size: 2.93 KB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

Grv-Singh/Sudoku

✔ Checking Sudoku solution with basic programming language C 💡

Language: C - Size: 9.77 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

samdarshihawk/sudoku-checker

Language: Python - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

quarkgluant/sudoku

A kata for the ParisRubyWorkshop, to verify the validity of a filled sudoku grid

Language: Ruby - Size: 70.3 KB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 14

vin-nag/Sudoku-SAT

Determining the satisfiability of randomly generated Sudoku grids using SAT solvers

Language: Jupyter Notebook - Size: 1.02 MB - Last synced at: over 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

ShiqinHuo/Sudoku_Solver

Smart/Very Fast Sudoku Solver AI & Generator in Haskell(Pure Functional). 纯函数式数独解题器

Language: Haskell - Size: 1.34 MB - Last synced at: 10 days ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

mvxt/sudoku-validator

Solution for Interview Problem - Validate Sudoku Puzzle

Language: Java - Size: 13.7 KB - Last synced at: 3 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

adrienmalin/PySudoku

Sudoku game assistant

Language: Python - Size: 117 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

TheSolly/sudoku

sudoku validation checker

Language: Python - Size: 1000 Bytes - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0