In the first phase, we learned two Edge Orientation algorithms, which can be used in combination to solve all other cases. Here are two more easy algs to learn:
The first will be adjacent/adjacent EO. Position it like this and do (1,0)/(3,0)/(-1,-1)/(-3,0)
Next is the 3-edge EO. This one is similar to the last one: (1,0)/(3,0)/(3,0)/(-1,-1)/(-3,0)/(-3,0)