next

Magic Cube Solver

next

magic-cube-solver
magic-cube-solver
magic-cube-solver
magic-cube-solver

Implementation of several algorithm to solve the Math Magic Cube Problem. These algorithms are Steepest Ascent Hill Climbing, Steepest Ascent Hill Climbing with Sideways Move, Random Restart Hill Climb, Stochastic Hill Climbing, Simulated Annealing, and Genetic Algorithm. The visualization of the cube is done using Three.js. The project is built using Vite and Tailwind.