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.
Problem solved! Add code to show the source string instead of the wrong value.
Hello, My solution failed on this test case:
I cann't figure out why, and It would be helpful if someone can show me the source string of this test case.
Thanks!
Haskell tests failed with the follow message, please fix it
A workaround is define this in the solution.
I think this solution is not quite correct when there are spaces or other non-alpha, non-digit characters.
Please fix tab problems in haskell test case:
There are a lot more.
Thank you!
This solution uses list reversal, which does not fully follow the requirement.
This is really brilliant!
Please fix the tab problem in test case for haskell:
This comment is hidden because it contains spoiler information about the solution
This solution is not correct, x is a double, so x < 1 is not the same as x <= 0, for example, this would return Nothing for x = 0.5, which is not correct.
This comment is hidden because it contains spoiler information about the solution