puzzle-solving

There are 17 repositories under puzzle-solving topic.

  • KyouyamaKazusa0805/Sudoku

    A sudoku solver using brute forces and logical techniques.

    Language:C#121871627
  • 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.

    Language:Python361008
  • 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)

    Language:Python3320
  • SaitoTsutomu/opt4puzzle

    Solving a puzzle by optimization.

    Language:Jupyter Notebook2302
  • Apps-Bay-Limited/chess-room

    Cross-platform chess app featuring interactive puzzles, AI gameplay, and skill-building tutorials, developed with Flutter.

    Language:Dart1100
  • 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.

    Language:Dart1100
  • JDot555/C-Chronicles-The-Quest-of-Quantum-Code

    A C language game for programming beginners

  • kwinkunks/aoc24

    🎄 Advent of Code 2024 🎄

    Language:Python1100
  • 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.

    Language:C#11420
  • ReenaBharath/Sudoko-Solver

    A Python script for solving Sudoku puzzles using a backtracking algorithm. Enter your puzzle, watch it solve!

    Language:Python1100
  • jeffersonrosa/IAFazendeiro

    Esse algoritmo de IA usa a busca em largura para resolver o clássico problema do fazendeiro, galinha, cachorro e o milho

    Language:Python0100
  • 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!

    Language:Python0100
  • 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.

    Language:Jupyter Notebook0100
  • RePAIRProject/RePAIR_dataset

    The webpage for the RePAIR dataset

    Language:JavaScript00
  • 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.

    Language: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.

    Language:Rust10
  • 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.

    Language:Python