Crosswords puzzle generator and publisher using Constraints Satisfaction Problem (CSP) technique. With minimal backtracks.
-
Updated
Mar 29, 2019 - Java
Crosswords puzzle generator and publisher using Constraints Satisfaction Problem (CSP) technique. With minimal backtracks.
A Java program that uses DFS to generate all the possible patterns on a traditional 3x3 Android lock screen
Implementation of Peter Norvig's sudoku solving and backtracking algorithms in java.
Find the occurrence of a word in a given matrix using backtracking for humans 🔎
Solves word puzzles using backtracking search
Backtracking Search algorithm for any constraint satisfaction problem
Programa que crea una estructura y recorre estrucutras de arbol, empleando recursividad. Ejercicio propuesto en el espacio académico de Estructura de Datos en el programa de Ing de Sistemas y Computación (2023-1), en la U del Quindio. Orientado por Robinson Arias Muñoz.
Magic Squares Solver in Java
Backtracking algorithm to solve matrix search on classical algorithmic problems
Pirates of the Caribbean: Dead Man's Chest Solver A repository containing a solution to help Captain Jack Sparrow find the dead man's chest, which holds the heart of Davy Jones. This project implements two heuristic algorithms, A* and DFS with backtracking, to navigate the challenges faced by Jack Sparrow while sailing in the Caribbean Sea.
Contains all the assignments of the course CSE-318 offered in CSE, BUET
Interactive Sudoku Solver Visualizer showcasing backtracking algorithm implementation with real-time visualization on a Java Swing GUI.
Add a description, image, and links to the backtracking-search topic page so that developers can more easily learn about it.
To associate your repository with the backtracking-search topic, visit your repo's landing page and select "manage topics."