puzzle-solver
Here are 402 public repositories matching this topic...
A search algorithm and graphical renderings for solutions to a classic 3D puzzle
-
Updated
Dec 28, 2022 - Python
This is a wordsearch puzzle solver. I know this is not the most efficient solution to solving a wordsearch. Using tries is much more efficient than this brute force solution. My purpose for this program was to demonstrate my knowledge of hashtables in C++ and the unordered_set is one such implementation in the C++ STL.
-
Updated
Jun 6, 2020 - C++
customized 8-puzzle problem using the breadth-first search algorithm (Ai)
-
Updated
Feb 5, 2021 - C#
A minimal python program that can give you the solution to the desired goal state from an initial state in a numbered 2*2 Puzzle game.
-
Updated
Nov 20, 2021 - Python
Solutions for Project Euler
-
Updated
Mar 5, 2023 - Python
[V1.0] A Python GUI App to input binary sudoku problems of different sizes and solve them.
-
Updated
Aug 12, 2022 - Python
A project to solve word wheel puzzles
-
Updated
Jul 29, 2023 - Python
Fences/Slither link implementation in rust
-
Updated
Jun 18, 2024 - Rust
Efficient A* 8-Puzzle solver utilizing a combination of cost and heuristic estimates for intelligent search. Handles both number and image-based scenarios, providing visual representation and optional step-saving.
-
Updated
Feb 3, 2024 - Python
Finds all valid words to a New York Times Spelling Bee puzzle given 7 letters and a dictionary
-
Updated
Jan 23, 2024 - Python
A sudoku solver program using backtracking algorithm
-
Updated
Feb 3, 2020 - Python
A user interface for the "Tower of Hanoi" puzzle with solving algorithm.
-
Updated
Sep 13, 2021 - Java
A rush hour solver in Haskell. In collaboration with @sanantoniochili
-
Updated
Jun 1, 2020 - Haskell
a program that solves the snake cube puzzle
-
Updated
Apr 14, 2023 - Processing
Unblock me puzzle solver written in Prolog.
-
Updated
Nov 19, 2022 - Prolog
Implementation of a genetic algorithm to solve n-queens puzzles.
-
Updated
Nov 28, 2022 - Rust
Improve this page
Add a description, image, and links to the puzzle-solver topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the puzzle-solver topic, visit your repo's landing page and select "manage topics."