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.
Might have been a CW issue
fixed
I've completed this kata and it's showing as such in my profile.
But when I go to
Solutions
, I get:I've shift-F5 refreshed the page. What do I need to do to get quick access to solutions after solving this kata?
I am printing the input and my output, there are some strange failed ones expecting ""
input : "8"
output: "1000"
Expected: "", instead got: "1000"
input : "9"
output: "1001"
Expected: "", instead got: "1001"
I just completed this exercise in Ruby and the tests seem to be OK.
please check the test cases of Ruby
passing the coffeescript one but failed Ruby with identical logic
This comment is hidden because it contains spoiler information about the solution
Note: Any none numerical characters should be lower case
should be:
Note: Any non-numerical characters should be lower case