ABCSP

Alg-Based Cubeshape Parity


These solutions and their parities (whether a specific solution goes with Odd or Even) are based directly on Easy CSP, so if something doesn't solve correctly for you, try swapping the Odd and Even solutions.

For those learning directly based on Easy CSP: same as before, if a case is in an orange box you will have to +1 extra to your parity count before determining your solution.

If an algorithm is in a red box, start with an upslice, and if it is in a blue box, start with a downslice.

Each algorithm has a picture above it of the Square-1 that it would solve, so you can learn which pieces stay together during each solution.
Left 4-2/Pair
Odd:
/ 4,0 / 1,0 / -3,-3 /
/ -2,2 / -1,0 / -3,-3 /
Even:
/ -2,0 / -1,-2 / -3,-3 /
/ -2,0 / 1,2 / -3,-3 /
Right 4-2/Pair
Odd:
/ -4,0 / -1,0 / -3,-3 /
/ -4,0 / 0,-1 / 3,3 /
Even:
/ 2,0 / 1,2 / -3,-3 /
/ 0,2 / -1,-2 / -3,-3 /
4-1-1/Pair
Odd:
/ -4,0 / -1,4 / -3,0 /
/ -4,0 / 1,-4 / 0,3 /
Even:
/ 4,0 / 1,-4 / 3,0 /
/ 4,0 / -4,1 / 3,0 /
3-3/Pair
Odd:
/ 2,0 / -3,0 / 2,1 / 0,3 /
/ 0,2 / 0,-3 / 1,2 / 3,0 /
Even:
/ -2,0 / 3,0 / -2,-1 / 0,-3 /
/ 0,-2 / 0,3 / -1,-2 / -3,0 /
3-1-2/Pair
Odd:
/ 2,0 / 0,-2 / 0,1 / 0,3 /
/ 0,2 / 2,1 / -1,0 / -3,0 /
Even:
/ -5,0 / 3,-2 / 2,1 / 0,3 /
/ -5,0 / -2,3 / -1,-2 / -3,0 /
3-2-1/Pair
Odd:
/ -2,0 / -1,-2 / 0,1 / 0,3 /
/ -2,0 / -4,0 / -1,0 / -3,0 /
Even:
/ -6,-1 / -4,3 / 1,2 / 3,0 /
/ 6,-1 / -3,2 / 2,1 / 0,3 /
Scallop/Shield
Odd:
/ -2,0 / 2,0 / -1,-2 / -3,-3 /
/ -2,0 / 0,2 / -1,-2 / -3,-3 /
Even:
/ 0,2 / -2,0 / -1,-2 / -3,-3 /
/ 0,2 / 0,-2 / -1,-2 / -3,-3 /
Scallop/Left Fist
Odd:
/ -3,2 / -2,3 / -1,-2 / -3,0 /
/ 2,-3 / 3,-2 / -2,-1 / 0,-3 /
Even:
/ 3,0 / 2,-3 / 1,2 / 3,0 /
/ 0,3 / -3,2 / 2,1 / 0,3 /
Scallop/Right Fist
Odd:
/ -3,0 / -2,3 / -1,-2 / -3,0 /
/ 0,-3 / 3,-2 / -2,-1 / 0,-3 /
Even:
/ 3,-2 / 2,-3 / 1,2 / 3,0 /
/ -2,3 / -3,2 / 2,1 / 0,3 /
Shield/Left Fist
Odd:
/ 1,0 / -2,0 / -4,1 / 3,0 /
/ 1,0 / 0,-2 / -1,4 / -3,0 /
Even:
/ -2,-1 / 2,0 / -1,4 / -3,0 /
/ -2,-1 / 0,2 / -4,1 / 3,0 /
Shield/Right Fist
Odd:
/ 1,2 / -2,0 / -4,1 / 3,0 /
/ 1,2 / 0,-2 / -1,4 / -3,0 /
Even:
/ -1,0 / 2,0 / 1,-4 / 0,3 /
/ 0,-1 / 0,2 / -4,1 / 3,0 /
...

the rest is coming eventually i promise