Suite of functions, written in C++, which solve, validate and generate Sudoku puzzles!
-
Updated
Aug 22, 2023 - C++
Suite of functions, written in C++, which solve, validate and generate Sudoku puzzles!
Console application to create, solve, and play sudoku.
9x9 Sudoku Checker
Implemented an application that can solve a Sudoku using C++
C++ program to check whether the given sudoku puzzle is valid or not. It uses threads, joins, and semaphores to do that
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.
A simple console-based Sudoku game where players can fill a 9x9 grid by entering numbers corresponding to specific cells. The game checks for validity of the moves and verifies if the solution is correct at the end.
For all your sudoku solving needs. 🧮🧩
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.
Add a description, image, and links to the sudoku-checker topic page so that developers can more easily learn about it.
To associate your repository with the sudoku-checker topic, visit your repo's landing page and select "manage topics."