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.
It isn't necessary to state the same issue 69 times.
Not an issue.
Fixed. See posts below.
Since it appears the creator of this kata has disappeared, I have added a couple more fixed cases, example cases, and also random tests as well. I have also changed the description to be more clear. Please mark this as resolved if it is fine, otherwise let me know what else I should do. Thanks.
I don't know exactly what error are you referring to, but I get an error because random test is (8, 'I') (2, 'C'). I didn't know that there could be a a 8I position in chess. I can pass the test by addding an 'I' to the index, but the python tests are broken.
Corrected:) I will also change a little bit description.
Python sample tests are still reversed.
Thank you!
I've changed the assert statements and now it should be ok.
Your suggestions are wellcome jake9066. I optimized the range in the nested loop and removed one of the highest values for testing. Now we have a bit more than 4000 ms, for testing runtime. Have a nice day.