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.
You are right, In normalizing the input to its prime form, I store the coords of the dimensions in prime order (see -> def arr_norm).
So, I am rotating to whatever the prime order is.
Now, let's do 5 dimensions !:p
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
They were there when I went looking. If you don't see them, please refresh.
I actually removed all those limits.
This comment is hidden because it contains spoiler information about the solution
That seems a problem with your code mutating the input list then.
Then make your solution appropriate to kyu 6.