puzzlesolver
Here are 9 public repositories matching this topic...
A C++-based Sudoku Solver implementing three distinct approaches to solve Sudoku puzzles. This project explores various strategies for solving Sudoku, offering insights into algorithmic problem-solving and optimization techniques
-
Updated
Jan 11, 2025 - C++
A program written in C++ language to solve a 2x3, 3x2, 3x3 sliding block puzzle.
-
Updated
Mar 2, 2021 - C++
A high-performance Rubik’s Cube solver written in modern C++. This project features multiple cube representations (3D array, 1D array, bitboard) and implements advanced solving algorithms, including BFS, DFS, IDDFS, and IDA* with pattern database heuristics. Designed for speed, modularity, and extensibility, it’s ideal for both educational purposes
-
Updated
Jul 11, 2025 - C++
Solving puzzle where numbers in equation are exchanged for letters. There are always all 10 digits in the equation.
-
Updated
Aug 1, 2022 - Python
Sudoku solver using constraint satisfaction and graph search.
-
Updated
Dec 30, 2023 - Python
Program for making Sudoku puzzles and solve any Sudoku puzzle.
-
Updated
May 2, 2024 - Python
A Sudoku game with an AI agent that generates puzzles, solves them, and verifies their validity using constraint satisfaction algorithms. The AI uses backtracking and heuristics for efficient solving. It also offers a web interface for users to interact with the puzzle.
-
Updated
May 11, 2025 - TypeScript
Improve this page
Add a description, image, and links to the puzzlesolver topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the puzzlesolver topic, visit your repo's landing page and select "manage topics."