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.
The description talks about ASCII-Values for input and output. ASCII has values from 0 to 127. Yet, the last input character of the first test example has a value of 255.
My code looped forever until I figured this out, because that character does not have an ASCII value. [ In Swift: Character(UnicodeScalar(255)).asciiValue == nil ]
Please change the description.
This solution has a time complexity of O(n) + O(n), while a simple for-loop with a variable has a time complexity of O(n). This approach is clever, but not the best practice in terms of performance.
This comment is hidden because it contains spoiler information about the solution
Isn't eval a dangerous method? You can easily execute any line of code using it, including malicious
I think it should be fixed
This comment is hidden because it contains spoiler information about the solution
Haskell Translation kumited. Please review and approve. Thanks, suic
Your translation is accepted :)
Thanks! :)
Haskell translation kumited! Please review and approve. Thanks, suic
Thanks :)
Ruby-Translation kumited.
Please check and approve.
Thanks
Ruby-Translation kumited.
Please check and approve.
Thanks
Ruby-Translation kumited.
Please check and approve.
Thanks
Ruby-Translation kumited.
Please check and approve.
Thanks.
Loading more items...