Amazing Python Projects.
-
Updated
Jan 18, 2024 - Python
Amazing Python Projects.
Python sudoku solver- Solving sudoku with the help of image processing
SudokuVision is an OCR-powered Sudoku solver that extracts grids from images using machine learning and image processing techniques. It supports both printed and handwritten Sudoku puzzles, providing fast and accurate solutions via a web interface and command-line tool.
Sudoku Solver made for my intro to AI class. Done in C++
An artifficial intelligence that solves random sudoku problems.
General Exercises to provide a solid understanding of the fundamentals in programming systems
Sudoku solver using Google OR-Tools CP-SAT constraint programming
This project implements a Sudoku solver using the backtracking algorithm in Fortran.
This program simply takes a sudoku puzzle and uses this algorithm to check if there is a possible solution.
Solves any sudoku puzzle input using backtracking, as long as it is solvable.
Small .NET Core Console Application to solve a Sudoku with different solving algorithms.
To associate your repository with the sudokusolver topic, visit your repo's landing page and select "manage topics."