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.
Is there any way I can see the logs of testing inputs?
Because all I see is just what my answer should have been.
Thanks in advance :)
Function arguments and return types must be doubles
Look out for loop-in-loop inside your code and make sure that your final code is efficient enough. I have come across this problem before and it was because my code took too long to execute.
Swift, the sample test with 0.55 ->
error: cannot convert value of type 'Double' to expected argument type 'Int'
This comment is hidden because it contains spoiler information about the solution
Read this: https://github.com/codewars/codewars.com/wiki/Troubleshooting-your-solution#maxbuffer
Got "Max buffer size reached(1.5Mb)" when I ran my code. Need help
I got NullPointerException. Strange. Can anyone help me?