Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
If it works it works
Wondering if anyone can explain any shortcomings of my solution? I feel this is a smart way to go about it, but is the way I'm going about it (checking central pieces and checking if their touching pieces are identical) inefficient compared to just brute forcing and putting a ton of if statements for each possible scenario.