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.
This comment is hidden because it contains spoiler information about the solution
Ordered by speed:
So, yes, this one is the quickest.
[deleted]
[deleted]
Because the numbers are bigger than integer max value?
How is it not working? It works exactly as specified in its documentation.
With this, I don't see that error, it's not a right solution, but you can see there is no error of the kind you mentioned.
Is your return line like this one?
Is the error the same as before?
Closing, because it is a problem with what your function returns.
If you don't return two lists, you'll get that error.
a
andb
should be lists there.Are you returning two lists?
that's on purpose. You need a better algorithm approach (without that requirement, this wouldn't be a blue kata)
I suggest you to complete a few hundred more katas to improve your understanding of the test framework and everything else around here, and then start making katas. Note your ideas in the meantime to be able to use them once you're ready.
Not a kata issue, it's a problem with your code, use
Question
label next time and it's better if you actually post your whole code, using markdown formatting, and mark your post as having spoiler content.