LeetCode solutions
-
Updated
Jan 11, 2024 - Python
LeetCode solutions
Solving Sudoku with BackTrack Algorithm
A C++ project which efficiently solves any given N-puzzle using backtracking on a decision tree.
Solves given sudoku puzzle using back tracking algorithm
sudosolver is an android app used to solve sudoku in real time. This project is under progress
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
This is an public repository for Accepted solutions of coding problems on different coding platforms like codeforces , hackerearth, codechef , hackerrank .......
we slove sudoku tables as a CSP problem using Backtrack algorithm with forward Checking and MRV and Degree heuristics.
Implementation of CSP heuristics and various algorithms for solving magnet puzzle
8 puzzle and 15 puzzle game using Backtracking algorithm
Projects of the subject algorithms and data structure II
"The classic 'N-Queens problem' is tackled using a variety of advanced techniques such as nested loops, heuristics, backtracking, genetic algorithms, and local search algorithms."
A basic AI project for Computer Science. Based on C#.
sudoku detection, recognition and solution generation.
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."