This repository contains generic platform for solving and benchmarking computational puzzles using different search strategies
-
Updated
Oct 31, 2021 - C++
This repository contains generic platform for solving and benchmarking computational puzzles using different search strategies
🔢 A parallelized Sudoku solver implemented with various solving algorithms in C++
Solving resource management problem using backtracking,back jumping and forward checking. Edit Add topics
Forward checking with MRV and Hill climbing algorithm with Min-conflicts
Programme de résolution de puzzles de types "Picross" grâce à un algorithme de programmation dynamique, puis algorithme d'exploration partielle d'un arbre d'énumération (type algorithme de retour arrière avec "forward checking")
Finds a solution for a given partially complete quasigroup (latin square). This code was written as a part of CSE318: Artificial Intelligence Sessional course work.
Add a description, image, and links to the forward-checking topic page so that developers can more easily learn about it.
To associate your repository with the forward-checking topic, visit your repo's landing page and select "manage topics."