back-tracking
Here are 39 public repositories matching this topic...
-
Updated
Jun 10, 2022 - Go
Algorithm Design Second Project
-
Updated
Jul 3, 2024 - C++
-
Updated
Apr 12, 2021 - Python
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.
-
Updated
Mar 2, 2022 - C
The goal of this project is to use Deep Learning and the recursive backtracking algorithm to solve any sudoku puzzle.
-
Updated
Mar 26, 2021 - Python
A basic AI project for Computer Science. Based on C#.
-
Updated
May 22, 2024 - C#
sudoku detection, recognition and solution generation.
-
Updated
Aug 31, 2020 - Python
Implementation of CSP heuristics and various algorithms for solving magnet puzzle
-
Updated
Jan 4, 2022 - Java
An Undefeatable opponent player created using AI Minimax algorithm
-
Updated
Nov 28, 2022 - Jupyter Notebook
Genrates a random but 'solvable' maze
-
Updated
Aug 26, 2019 - JavaScript
-
Updated
Jul 11, 2023 - C
A sudoku solving algorithm which uses back tracking
-
Updated
Jan 6, 2021 - JavaScript
"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."
-
Updated
Apr 30, 2024 - C++
Improve this page
Add a description, image, and links to the back-tracking topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the back-tracking topic, visit your repo's landing page and select "manage topics."