Puzzle Generator; Einstein's Riddle, Zebra Puzzle and Blood Donation Puzzle Solver. For non-commercial use only!
-
Updated
Mar 4, 2023 - Python
The Einstein problem in plane geometry involves finding a single prototile that can tessellate a plane only in a nonperiodic way, known as an "einstein." This term plays on the German phrase "ein Stein," meaning "one stone." The strictest form of this problem was solved in 2023, extending the exploration of nonperiodic tiling and related geometric concepts.
Puzzle Generator; Einstein's Riddle, Zebra Puzzle and Blood Donation Puzzle Solver. For non-commercial use only!
Backtracking and forward-check algorithms for problem solving. Examples for sudoku, map coloring and Einstein's problem.
using the simulated annealing algorithm to solve the Zebra Puzzle
Solve Einstein’s Riddle with Ruby just for fun
generates Zebra Puzzle/Einstein's Riddle
🗝 使用二元决策图(BDD)和 BuDDy 库解决二维且带有胶合的的爱因斯坦谜题
Genetic algorithm developed to solve Einstein's Challenge, a complex logic puzzle. Using artificial intelligence, it is capable of dealing with the vast amount of possibilities involved in the problem, which can reach more than 30 quintillion.
Programmatic solution to the Einstein problem
How to solve einstein question with evolutionary computation
Tridecco Game Client is a frontend application designed to support Tridecco games. It provides user interface rendering, user interaction handling, dynamic content loading, and communication with the backend server.
Just another approach to solving Einstein's Zebra Puzzle with Java
Very simple uKanren implementation, with einstien problem as unittest