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.
Empty line ?
Changes ?
Output ?
In the description, it says:
While implementing my solution in Scala, I initially returned
"false"
as a string for this case. However, the tests were expecting an empty string instead. I suggest updating the description to specify thatfalse
should be represented as an empty string in the output.This comment is hidden because it contains spoiler information about the solution
python translation
Ruby: function name should be snake_case
There should be tests of single-character strings like
#
,A
anda
to invalidate certain solutionsThis comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
C# translation ready! Please review and approve.
This comment is hidden because it contains spoiler information about the solution
I guess tests should also check fo boundary values:
I am returning false i str is empty
then why my code further execcute it should return false. however it's working fine in console not here
Maybe it is necessary to add the condition of having only one "#" in the entire output str (at the beginning of the hashtag).
Because in my tests I've got resal like this - "#TheABC#quickBro"
what does this error mean:
src/Solution.cs(5,24): error CS0161: 'Kata.NumberToString(int)': not all code paths return a value
im using C#
I created a Swift translation of this kata, any chance for approval?
Loading more items...