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.
Thanks Voile.
@acaccia, did you get it to work?
Fixed
Thanks @lechevalier for your help and observation. I really appreciate it.
I found the mistake (
pos += 1
if you are wondering) and fixed it.I also changed a bit
print
statements and divisions to make it compatible with Python 3.(By the way, it may help you: you only need to run it once by selecting version 3.4 of Python in kata editor to enable Python 3 for everybody ;-) )
Hope it's fixed. Could you try again? Thanks for the feedback!
Thanks for pointing that out. Should be fixed now.
You are right. I have to filter some results that should not be there. I'll fix it in two hours. Thanks for your observation and feedback.
You're quite right. I have updated the description with the correct pre-loaded array and function names for ruby and python.
Fixed now, thanks.
Definitions were brought to the front. Now all the solutions passed.
I made a decision to put Basic Tests and Random Tests under the same condition. So I retired the definitions of the functions for the random tests. I'll be pleased if you can submit your solution again to upvote it as I always try to do.
Yes, you're right. The definitions were for the random tests but not for the test cases. That shouldn't be
I made some corrections in the details to explain clearer that. I'm sorry for the inconvenience.
Yes, I saw your point. I'll correct this part to have it clearer.
Loading more items...