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.
Already raised as an issue
This comment is hidden because it contains spoiler information about the solution
That's what the "Clever" rating is for, code that is more creative than efficient. I think we could all benefit from bringing more creativity to the programming space
Genius, my goodness. Espetially the recursion that only happens if the list changes
Congrats on the solution guys lol
this is exceedingly clever lol!
Yeah I'm not certain what the hell we're talking about there.
Your code has nested loops, that's not fast enough when the list has 10,000,000 elements. Use a faster algorithm.
In python I have it working at 499ms, how much faster does it have to be? Python is not known for being a fast language
This kata is already hard enough without having to worry about timeouts :/ I've solved 5 kyu before, this is more like 4
Interesting solution! I can only say that you do not need the round() method when using the // operator, they do the same thing
This comment is hidden because it contains spoiler information about the solution
Wtf is this?
Nice safeguard for negative numbers!
Follow-up Question: How does the original code make the string slice output "Even" for false and "Odd" for true?
Loading more items...