Closed michaelwu-74 closed 2 years ago
When solving this case, I figured out how I can use my basic algorithm to instantly solve the pryaminx. This involves looking for the side which has two incorrect colors (not just incorrect pieces) and choosing this side to solve. Doing this solves my issue and does not put me into any repeating loop.
After solving one side of the pyraminx, I regularly get a case where there are two pieces that are unsolved on all other sides of the pyraminx, and using the basic algorithms will sometimes put me in a repeating loop.