puzzle-solving
There are 17 repositories under puzzle-solving topic.
KyouyamaKazusa0805/Sudoku
A sudoku solver using brute forces and logical techniques.
Amirrezahmi/Image-Decoding
Unveil hidden messages within images using Minesweeper-inspired decoding. Left-click to reveal clues, right-click to flag suspected mines. Decode correctly to reveal parts of the image. No blind flagging! Also serves as human verification.
RePAIRProject/RL_puzzle_solver
Solving Jigsaw Puzzles using Relaxation Labeling. Code relative to the paper: Nash Meets Wertheimer: Using Good Continuation in Jigsaw Puzzles (ACCV 2024)
SaitoTsutomu/opt4puzzle
Solving a puzzle by optimization.
Apps-Bay-Limited/chess-room
Cross-platform chess app featuring interactive puzzles, AI gameplay, and skill-building tutorials, developed with Flutter.
Apps-Bay-Limited/classic-15-puzzle
Classic 15 Puzzle Number Game: A modern implementation of the classic sliding puzzle game built with Flutter, offering smooth animations and a clean UI.
JDot555/C-Chronicles-The-Quest-of-Quantum-Code
A C language game for programming beginners
kwinkunks/aoc24
🎄 Advent of Code 2024 🎄
MaxSensation/SignalParadox
Livia wakes up from cryogenic sleep on a spaceship en route to planet Nomemia. Livia Skye discovers a ship with it’s crew being wiped and aliens wreaking havoc. Livia makes her way through the ship and finally reaches the escape pods.
ReenaBharath/Sudoko-Solver
A Python script for solving Sudoku puzzles using a backtracking algorithm. Enter your puzzle, watch it solve!
jeffersonrosa/IAFazendeiro
Esse algoritmo de IA usa a busca em largura para resolver o clássico problema do fazendeiro, galinha, cachorro e o milho
jlvadell/advent-of-code
A festive collection of my solutions to Advent of Code puzzles 🎄🧩. Dive into creative problem-solving with code, featuring solutions across multiple programming languages like Python, Java, Go, Rust, and more. A journey of logic, learning, and holiday cheer!
msandhuz/8-puzzle-problem
The 8-puzzle-problem repository hosts a Jupyter Notebook detailing the solution strategies for the 8-puzzle, a sliding puzzle involving a 3x3 grid. The notebook includes implementations of various algorithms to solve the puzzle efficiently, demonstrating concepts from artificial intelligence and algorithm design.
RePAIRProject/RePAIR_dataset
The webpage for the RePAIR dataset
egorapolonov/adventofcode
Welcome to my solutions for Advent of Code 2024, an annual coding challenge held during December! This repository contains my daily solutions implemented in Java.
gaesa/river-crossing-puzzle
A Rust library for solving any river crossing puzzle, finding all optimal solutions, and providing a great learning resource for Rust and library design.
jijiduc/mdmv-puzzle-solver
Course 206.2 - Model-Driven Machine Vision: A 6-week project that takes an image of unordered puzzle pieces as input and reconstructs the completed puzzle as output.