Improve speed of IDA* and heuristic algorithm
I am creating a Rubik’s cube CFOP solver. Right now I am working on the F2L part of the CFOP method. I decided to use IDA* and heuristics to find the solution to each pair individually. I have managed to make a solver that solves some F2L cases, but there are some cases that the algorithm just takes a bit too long to solve.
Here is the IDA* algorithm I use: