Hey guys,
I'm now averaging 17s on my F2L. I currently solve F2L intuitively and I would like to ask your opinion if you think that the F2L algorithms are worth learning. Thanks in advance.
P.S. this is my first post
Hey guys,
I'm now averaging 17s on my F2L. I currently solve F2L intuitively and I would like to ask your opinion if you think that the F2L algorithms are worth learning. Thanks in advance.
P.S. this is my first post
I assume that you define something worth learning as something that makes you faster. The answer then is yes. You should learn algorithms for the tricky cases, since a speed optimal prelearned sequence of moves is always better than something non-optimal and thought up on the spot.
It is not necessary but it doesn't hurt either. When people say do intuitive, it is likely that there will be a few cases that you are doing inefficiently. Unless you are aware of which cases these are, this could make progressing harder for you. So if you feel that something you are doing could be much better then take a look at the algs at least. What I found when going through each F2L case trying out different algs is that I saw things I liked in the algs and they became intuitive for me.
There are certain weird cases that would be in your best interest to learn algorithmically, imo.
For instance:
Setup - R B' F D' R2 D R' B D2 L B' L' D2 F'
Spoiler:
Try it out and see if you are comfortable with F2L algs. Or better yet, try typing out the moves that you would normally do for each case, and compare it to the move count of the fingertricky F2L algs. If there's a large discrepancy in move count, then you may just want to, at least, study the how the pieces are paired to learn efficiency.
Last edited by pdilla; 06-08-2012 at 07:55 PM.
For the cases you should look into loads of different ways of doing it.
I did F2L intuitively and now they're indistinguishable from algorithms. The advantage is, by figuring out the algorithms on your own/intuitively is they're easier to perform from multiple angles. You'll know F2L better giving you the opportunity to be creative.
I agree with this with a grain of salt.
If you find you're taking a long time to solve a pair, someone probably has a better solution to solving that case online. In these instances, learning a legitimate algorithm is better than using one that was constructed on the spot initially.
As others have pointed out, learn algs for some of the wierd cases. I've learned several of those where pieces are stuck together.
I'll switch to that one myself. I used to use (R' F R F') (R U R' U') U' (R U R' U') R U R' and now when I type it out, I see how long it is...
Bookmarks