LeetCode solutions
-
Updated
Jan 11, 2024 - Python
LeetCode solutions
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)
we slove sudoku tables as a CSP problem using Backtrack algorithm with forward Checking and MRV and Degree heuristics.
8 puzzle and 15 puzzle game using Backtracking algorithm
sudoku detection, recognition and solution generation.
The goal of this project is to use Deep Learning and the recursive backtracking algorithm to solve any sudoku puzzle.
Using Data Structures and Algorithms to solve problems efficiently considering both space and time complexity constraints
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."