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.
Two explaination paragraphs on the details page should say 'not equal', hence it's Unbalanced. Right now, they are all saying 'equal', even for the ones that are Unbalanced.
Hi, is there a way to consolidate the error reports in a drop down section? It's difficult to find the error message among hundreds of random testings.
Thanks
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
hi, for a test case of [2,1,2,3], I get the expted [1,2,3] in jupyter notebook, but not passing it here... any idea why?
Thanks!
Sorry. I figured it out... I didn't return a list, i returned two numbers and it looks like python made them a tuple maybe? Because the numbers were in parentheses, not brackets... Thank you for your responses!!!
Hi, it is returning. The result says passed 1 test, the empty array test. Failed all other random tests. But I tried the other tests in Spyder and it returned correct results.
Hi, I tried my python code in Spyder and it works fine. It returns correct answers as expected. Why is it not passing here? It's the same exact code.