soduko

There are 16 repositories under soduko topic.

  • math280h/SodukoSolver

    Solves Soduko's and displays the answer via PyGame

    Language:Python3200
  • 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.

    Language:Python2101
  • samyam81/Soduko-web

    The Sudoku-web repository hosts a web-based Sudoku game built using Go for the backend and HTML, CSS, and JavaScript for the frontend. This interactive game allows users to generate new Sudoku puzzles and validate their solutions directly through the web interface.

    Language:Go21
  • mdsr/ms-sudoku

    A simple sudoku solver library using backtracking

    Language:JavaScript0100
  • oskarjonszon/Sudoku_Backtracing

    Sudoku solver built using java and recursive solving.

    Language:Java0100
  • princess2wilson/Soduko

    This Sudoku game was created using python and pygame. The Game was programmed using basic algoithm. It also has a simple UI that shows the user how much time has elapsed and the number of incorrect inputs so far.

    Language:Python00
  • sabya14/cs_with_python

    Data Structures and Algorithms in Python

    Language:Python0100
  • abrarShariar/sudoku-solver

    solving sudoku with backtracking algo

    Language:Python10
  • ellegamee/tkinter-sudoku

    A school project where me and my friend code a sudoku game built upon Tkinter with GUI and developed from the ground up.

    Language:Python
  • jacobbudin/soduko-solver

    Solves Sodukos

    Language:Python20
  • LSafer/SudokuSolver

    I just translated it from python to java. See https://www.youtube.com/watch?v=G_UYXzGuqvM

    Language:Java10
  • rudrajit1729/Sudoku-GUI-Game

    This is a sudoku solver using the backtracking algorithm. It includes a graphical GUI as well as a text based version.

    Language:Python201
  • tbrams/SodukoSolver

    Android implementation of a Soduko Sover. Just a brute force approach, but with the mobiles available today this is no longer a problem.

    Language:Java10
  • Uvacoder/sudoku-solver

    Language:JavaScript10
  • yasfatft/sudoku-solution-validator

    A Python3 program to check if a sudoku solution is valid or not

    Language:Python20
  • YL-byte/soduko-solver

    a soduko solver in C using backtracking (recursion tree)

    Language:C10