Sudoku
Sudoku solver
A MATLAB program using an heuristic search algorithm to solve specific Sudoku puzzles
一个基于启发式搜索解决具体数独问题的MATLAB程序
30 stars
2 watching
0 forks
Language: MATLAB
last commit: about 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
stangassinger/sudoku | A Sudoku solver for an embedded system using Ada and the STM32F429 microcontroller. | 0 |
coq-community/sudoku | A formalisation of Sudoku in Coq to solve the puzzle using a naive Davis-Putnam procedure | 20 |
subwayharearmy/sudoq | A Sudoku solver that uses a quantum computer to solve puzzles. | 6 |
samdphillips/aoc-2023 | A solution to solve the Advent of Code 2023 puzzle challenges | 0 |
web3-master/zksnark-sudoku | A Sudoku game verifier utilizing zkSNARK to ensure puzzle solution integrity | 15 |
101hub/matlab101 | A comprehensive guide and resource collection for learning and mastering MATLAB programming | 208 |
alokmenghrajani/adventofcode2023 | A collection of solutions to Advent of Code 2023 puzzles written in Python. | 0 |
destynova/advent_of_code_2023 | A collection of solutions to Advent of Code 2023 puzzles in multiple programming languages | 2 |
sqlp/sdpt3 | Software package for solving convex optimization problems involving semidefinite constraints. | 106 |
osqp/osqp-matlab | A Matlab interface for solving quadratic programming problems using the OSQP solver | 42 |
baruchel/sudoku-js | A mobile app implementation of the classic puzzle game Sudoku | 20 |
jiangxh1992/ga4tspproblem | A Matlab implementation of a genetic algorithm to solve the Traveling Salesman Problem (TSP) by optimizing routes through a set of cities. | 67 |
urbste/mlpnp_matlab_toolbox | A collection of PnP methods for Matlab, including MLPnP and benchmarking tools. | 70 |
proskur1n/aoc2023 | An implementation of the Advent of Code 2023 challenges in Haskell | 0 |
jubalh/nudoku | A ncurses-based implementation of the Sudoku puzzle game | 331 |