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.
how much do you rank it
raised as an issue.
agree
Raised as an issue.
Was my solution invalidated? It doesn't seem to count towards my honor points and rank...I did not cheat
Thanks! No problems now.
Don't mutate the input lists. I've made some changes to avoid this problem too.
How is this correct?
Also I passed all the fixed tests but failed all the random tests...
Julia tests give weird strings with empty lines for which the description does not provide clear indications. Those cases are not tested in other languages, or the expected results are different:
Here my Python's solution would return
'stripcomments(str, ms) = nomorecomments(please())\n\nstripcomments("I hope it works")\n'
.Crystal tests are incorrect:
Description states:
Any whitespace at the end of the line should also be stripped out.
I think the reference solution doesn't strip the line if it doesn't contain the separator, but that's not in the description and it doesn't match with other versions. I'm not sure it's the only problem.
Not a 4 kyu, thanks for the easy points :)
Best kata I have ever done to date :)
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
No random tests...
Loading more items...