You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The recursive DFS is being broken due to the RubixCube objects being passed by reference instead of value for some reason. Need to look into why. Cannot call apply moves functions without changing original cube that gets passed into the function.
The recursive DFS is being broken due to the RubixCube objects being passed by reference instead of value for some reason. Need to look into why. Cannot call apply moves functions without changing original cube that gets passed into the function.