Amazing Python Projects.
-
Updated
Jan 18, 2024 - Python
Amazing Python Projects.
Python sudoku solver- Solving sudoku with the help of image processing
Sudoku Solver made for my intro to AI class. Done in C++
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.
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.
Small .NET Core Console Application to solve a Sudoku with different solving algorithms.
An artifficial intelligence that solves random sudoku problems.
General Exercises to provide a solid understanding of the fundamentals in programming systems
Solves any sudoku puzzle input using backtracking, as long as it is solvable.
Add a description, image, and links to the sudokusolver topic page so that developers can more easily learn about it.
To associate your repository with the sudokusolver topic, visit your repo's landing page and select "manage topics."