AdamHayse / optimal-solve-rubikscubeLinks
This is my final project for my Artificial Intelligence class. I generated pattern databases of subsets of the Rubik's cube via a breadth-first search and without the need for a queue due to highly efficient decode/encode functions. I used these generated pattern databases to guide a highly space efficient heuristic search algorithm called IDA…
☆11Updated 7 years ago
Alternatives and similar repositories for optimal-solve-rubikscube
Users that are interested in optimal-solve-rubikscube are comparing it to the libraries listed below
Sorting:
- Optimally solve the Rubik's 2x2x2 cube with Python☆72Updated last year
- A program about Rubik's Cube with a lot of features.☆273Updated 3 years ago
- Optimal Solver for the Rubik's Cube☆14Updated 4 years ago
- Brainfuck torture test. Brainfuck interpreters and compilers to C, V. VIM syntax file for brainf*ck. Fast JIT Assembly, JIT C running, Pe…☆220Updated last year
- 9 puzzle solver: Rubik's 2x2x3, 2x2x2, 3x3x3, 4x4x4, 5x5x5; Pyraminx, Skewb, 3x3x3 Gear Cube, Face-turning Octahedron☆10Updated 6 years ago
- ☆10Updated 3 years ago
- A C-like language to Brainfuck compiler, written in Python☆130Updated 9 months ago
- Connect 4 Solver☆307Updated 4 years ago
- Winners of the International Obfuscated C Code Contest☆935Updated this week
- Solve the Fifteen Puzzle optimally with IDA* using different heuristics.☆48Updated last year
- Brainfuck interpreter inside printf☆674Updated 4 years ago
- An OpenGL Rubik's Cube implementation with an optimal solver. Written in C++.☆222Updated 4 years ago
- Compiler from C to brainfuck☆235Updated 2 years ago
- IOCCC International Obfuscated C code contest entries☆142Updated 5 years ago
- The Esoteric File Archive☆101Updated last year
- Solve Rubik's Cube in less than 19 moves on average with Python.