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.
I figured it out :) You're right it was very slow.
You're mutating the array in the loop, skipping values, check it here
Hmmmm, a new computer can make you run your code faster.
So, my professional advice is to buy a new computer. :D
It's also a good idea to improve your code. :P
See what?
I copied your code and submit it, just got
timeout
. It means your code is too slow ;-)I don't know such a way..
Just scroll the page and find red fonts ;-)
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
Mark your post as having spoiler content next time. You're removing the rightmost duplicates with that code.
This comment is hidden because it contains spoiler information about the solution
To get help, please post your code here and mark it as spoiler. Someone will assist.
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!!!
Paste your code here using proper markdown and mark your post as having spoiler content.
Loading more items...