soduku-solver
There are 31 repositories under soduku-solver topic.
krish1010/sudoku
A sudoku application developed in Flask.
KooroshRH/BacktrackingAlgortihm
Solving a customized sudoku game with backtracking algorithm
dlegor/AI-Nanodegree
My projects from Udacity's Artificial Intelligence Nanodegree
DNXEMPIRE-1/Sudoku-Puzzle
Data Structure and Algorithym Sudoku Puzzle
joshuagornall/Sudoku_Solver
Originally a visualisation tool for solving sudokus using stochastic optimisation that has been optimised utilising a genetic algorithm for research. This project was pushed for a GitHub Developer Member invitation.
LTPhat/Sudoku-Solver
A sudoku solver web application based on image processing techniques.
optimistanoop/Artificial-Intelligence-Nanodegree
This repo contains all the projects developed during my AIND journey.
samyam81/Normie-Cpp
This repository contains several sub-repositories, each showcasing different projects and implementations in C++.
kamplianitis/MicroControllers_Project
Projects wanted from Embedeed Microprocessor Systems of TUC
mikey-joyce/Soduku_ai
Implementation of an artificial intelligence algorithm that can solve Soduku.
vkWeb/Sudoku-Solver
A sudoku solver program utilizing the backtracking approach
anniexavier47/crackdoku
Easily Solves Soduku Puzzles
AymenLass/Soduku
Soduku Game / Developed using C and SDL2.0
benjlaurence/rust-sudoku-solver
My first rust project a simple sudoku solver
calebmarchent/soduku
Javascript Soduku Solver
IbrahimShahzad/solvers
puzzle solvers for fun
JonOlav95/algorithm_x
Sudoku solver using Knuth's Algorithm X
matringer/just-for-fun
This is a collection of random personal projects I've worked on over the years--check out the wiki for more
mdsr/ms-sudoku
A simple sudoku solver library using backtracking
Parsa-Ardakani/Solving-Soduko-With-nbyn-Boxes-and-nbyn-Cells
The software can find the answer of n×n boxes with n×n cells. The target of the software is assigning numbers with minimum possible options. All information related to the functions and variable can be found below
sabya14/cs_with_python
Data Structures and Algorithms in Python
tanisantos/LP_1617
Projeto de Lógica para Programação 2016/17
vigbab/soduku
Python GUI based Sudoku app
girishkuniyal/Soduku-solver
Soduku matrix solver for 6x6 size using C++ and Qt.
pjot726/SodukuSolver
A Soduku Solver program written in GNU Prolog.
sanurb/streamlit-sudoku
Sudoku Solver with Python
StevenMonty/Sudoku
Sodoku solver using a recurisive backtracking algorithm