LeetCode solutions
-
Updated
Jan 11, 2024 - Python
LeetCode solutions
A C++ project which efficiently solves any given N-puzzle using backtracking on a decision tree.
sudosolver is an android app used to solve sudoku in real time. This project is under progress
Solving Sudoku with BackTrack Algorithm
Solves given sudoku puzzle using back tracking algorithm
sudoku game with the user interaction and also AI to solve complex grid(board)
kakuro (simple version) solver as CSP problem - Artificial Intelligence course project - Spring 2021
we slove sudoku tables as a CSP problem using Backtrack algorithm with forward Checking and MRV and Degree heuristics.
This is an public repository for Accepted solutions of coding problems on different coding platforms like codeforces , hackerearth, codechef , hackerrank .......
Projects of the subject algorithms and data structure II
8 puzzle and 15 puzzle game using Backtracking algorithm
Algorithm Design Second Project
This project is a Sudoku Solver made in C using Back-Tracking. It reads a sudoku table from the board.txt file and generates a valid solution for it, or returns a error message showing that the sudoku doesn't have a valid solution.
Add a description, image, and links to the back-tracking topic page so that developers can more easily learn about it.
To associate your repository with the back-tracking topic, visit your repo's landing page and select "manage topics."