Rubik's Cube Solver

For my final year project at University I wrote a Rubik's Cube solver. This was worked on from 2020-2021. This was written in C++ as I wanted to be able to solve the cube as quickly as possible. The goal of this project was to write a solver that could solve the cube as quickly as I could. I did this by researching various solving algorithms and by parallelising the solves. At the time this was the quickest way to solve the cube computationally that I could find online. In the GitHub repo you can find the full code and pdfs of my report and reflections on the project.

Repo