(Semester 2) Elements of Computing Systems - 2 End Semester Project
-
Updated
Jul 17, 2023
(Semester 2) Elements of Computing Systems - 2 End Semester Project
sudoku-pro is a JavaScript package that provides functionalities to generate, solve, and print Sudoku puzzles of varying difficulty levels using the backtracking algorithm. It offers an easy-to-use interface to create and solve Sudoku puzzles for both recreational and educational purposes.
Sudoko solver program
Sudoku Solver Using Backtracking Algorithm is an Advanced Python Application Designed to efficiently Solve Sudoku Puzzles.
A Python program to solve a Sudoku puzzle using backtracking. The program takes a partially filled Sudoku grid as input and fills in the remaining cells.
This Sudoku solver is a Java-based program that uses the backtracking algorithm to efficiently solve Sudoku puzzles.
A class written in C++17 for solving sudoku table using backtracking.
Shows progression of Recursive Backtracking Algoritm to solve a Sudoko (visualization using Chili Framework, https://planetchili.net/)
A simple Sudoko game with an option for a bot to solve it.
Add a description, image, and links to the sudoko-solver topic page so that developers can more easily learn about it.
To associate your repository with the sudoko-solver topic, visit your repo's landing page and select "manage topics."