• Welcome to the Speedsolving.com, home of the web's largest puzzle community!
    You are currently viewing our forum as a guest which gives you limited access to join discussions and access our other features.

    Registration is fast, simple and absolutely free so please, join our community of 40,000+ people from around the world today!

    If you are already a member, simply login to hide this message and begin participating in the community!

What is the largest natural n, such that for any scramble that can be solved using an n-move or less solution, that solution is the only optimal one?

edward_9x

Member
Joined
May 31, 2023
Messages
192
Location
Inside your monitor
EDIT: I'm gonna modify my question a bit: The solution doesn't have to be the ONLY optimal one, it just has to be optimal.

In other words, say I had an 8 move solution for a scramble (n=8). Can I be certain that this solution is optimal?
Can n be found using only a simple tree search starting from a solved cube?
 
Last edited:
Going through all possible 2-movers, obviously n>=2.
I also know for a fact that it can't be >=9, because the T right matching COLL case with the edges solved can be solved not only in 9 moves, but also 8.
 
U U = U2
U D = D U
U2 D2 L2 R2 = L2 R2 U2 D2
R U R' F' U2 = U2 F' L' U L
L R U2 L' R' U = U' L R U2 L' R'
R2 U2 R2 U2 R2 U2 = Rw2 U2 R2 U2 Rw2 U2 = Rw2 Uw2 R2 U2 Rw2 Uw2 = R2 Uw2 R2 U2 R2 Uw2 = etc.
 
But what if the solution itself can be different? What is the largest n such that, for any scramble that can be solved in n moves, any optimal solution for that scramble is at most n moves?
 
So n is 1 :p got it

I might be stating the obvious, but it depends on the turn metric and scramble generator being used.

Assuming you mean 3x3x3, HTM and no scrambling conditions, it is 1 (U U = U2). For HTM and no two consecutive same moves (such as U2 U) it is 2 (U2 D2 U2 = D2).

I am wondering what it is for HTM and no two consecutive moves on the same axis (such as U D is not allowed in the scrambling sequence).
 
Last edited:
The shortest non-trivial algs, that do nothing on the cube, are 10 moves long, hence the answer is 4.
(Non trivial means, that the alg isnt just something like R R' or a commuting variant of algs like R2 L2 U2 D2 R2 L2 U2 D2)
If you are searching for literally any sequence, then it immediatly becomes 2
 
Back
Top