🛠️ Tools to solve constraint satisfaction problems
-
Updated
Jul 26, 2021 - TypeScript
🛠️ Tools to solve constraint satisfaction problems
kakuro as csp problem
A Sudoku solver in Java using AC-3 constraint propagation, forward checking, and MRV/LCV-guided backtracking.
N-Queens algorithm visualizer with backtracking, state-space pruning, and hill climbing. | N皇后算法可视化:回溯、状态空间剪枝与爬山算法对比。
To associate your repository with the constraint-satisfaction-problems topic, visit your repo's landing page and select "manage topics."