back-tracking
There are 39 repositories under back-tracking topic.
hongbo-miao/leetcode
LeetCode solutions
arasgungore/N-puzzle-solver
A C++ project which efficiently solves any given N-puzzle using backtracking on a decision tree.
AsadiAhmad/Sudoku-Solver
Solving Sudoku with BackTrack Algorithm
RedHeadphone/sudoku-solver
Solves given sudoku puzzle using back tracking algorithm
SatyamSoni23/sudokusolver
sudosolver is an android app used to solve sudoku in real time. This project is under progress
EVBLOOD/Sudoku
Sudoku solver
maede43/SimpleVersionKakuro_solver
kakuro (simple version) solver as CSP problem - Artificial Intelligence course project - Spring 2021
rishi23root/AI-Games
sudoku game with the user interaction and also AI to solve complex grid(board)
liliansteven/Competitive-Programming--Solution
This is an public repository for Accepted solutions of coding problems on different coding platforms like codeforces , hackerearth, codechef , hackerrank .......
MilenaPellegrino/AyED2
Projects of the subject algorithms and data structure II
MohammadJavadArdestani/solve-sudoku-by-CSP
we slove sudoku tables as a CSP problem using Backtrack algorithm with forward Checking and MRV and Degree heuristics.
RPG-coder/8-puzzle-and-15-puzzle-Game
8 puzzle and 15 puzzle game using Backtracking algorithm
CarlosSanchess/DA_02_TSP
Algorithm Design Second Project
Drev917/Sudoku-Solver
The goal of this project is to use Deep Learning and the recursive backtracking algorithm to solve any sudoku puzzle.
edwinthomas444/data-structures-algorithms
Using Data Structures and Algorithms to solve problems efficiently considering both space and time complexity constraints
leetcode-golang-classroom/golang_subset
https://useful-journey-3db.notion.site/78-Subsets-22b988f1407149f5a2eecd33094f60a7
MatheusBurda/sudokuSolver
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.
rafaelbcastilhos/kojun-sudoku
Resolvedor do puzzle Sudoku Kojun utilizando a técnica de back-tracking para encontrar possíveis soluções.
Rishab0701/Undefeatable-TIC-TAC-TOE-using-AI-in-python
An Undefeatable opponent player created using AI Minimax algorithm
yuliang555/sudoku
回溯算法+剪枝策略解决数独问题
DepressedYoshi/Wumpus-World-
intelligent agent to navigate through a 10x10 grid-based world known as the Wumpus World. The agent must explore the environment, avoid dangers, and find the hidden treasure. The world contains three types of hazards: Pits, Spiders, and the fearsome Wumpus.
java-leetcode-classroom/java_letter_combinations_of_phone_number
https://useful-journey-3db.notion.site/17-Letter-Combinations-of-a-Phone-Number-cf717bf7228e42b9866a5c58ca09ce62
java-leetcode-classroom/java_n_queens
https://useful-journey-3db.notion.site/51-N-Queens-49c48102b6a6477f986a49a5d8cbb148
jElhamm/N-Queens-Puzzle
"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."
leetcode-golang-classroom/golang_combination_sum
https://useful-journey-3db.notion.site/39-Combination-Sum-f2f76b649cce4a66b480ad526b933bbd
leetcode-golang-classroom/golang_combination_sum_v2
https://useful-journey-3db.notion.site/40-Combination-Sum-II-9fea2e266ff24e0ebeb2306475097a50
leetcode-golang-classroom/golang_letter_combinations_of_a_phone_number
https://useful-journey-3db.notion.site/17-Letter-Combinations-of-a-Phone-Number-cf717bf7228e42b9866a5c58ca09ce62
leetcode-golang-classroom/golang_n_queens
https://useful-journey-3db.notion.site/51-N-Queens-49c48102b6a6477f986a49a5d8cbb148
leetcode-golang-classroom/golang_palidrome_partitioning
https://useful-journey-3db.notion.site/131-Palindrome-Partitioning-46143c0167734cbca253a5974b284aeb
leetcode-golang-classroom/golang_permutations
https://useful-journey-3db.notion.site/46-Permutations-99f8c6d6f05b4a848ffd0bd27ee8193a
leetcode-golang-classroom/golang_subset_v2
https://useful-journey-3db.notion.site/90-Subsets-II-b879a7348cbf43cc8289b015a7de3c67
Melika-Zabihi/Magnet_Puzzle
Implementation of CSP heuristics and various algorithms for solving magnet puzzle
multitude0099/sudoku-solver
sudoku detection, recognition and solution generation.
ZarrarAwan/TicTacToe
A basic AI project for Computer Science. Based on C#.