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.
And how do you propose to fix the tests so they recognize those chars are in a comment?
It has no sense, because I don't solving kata with comments, so you should fix tests to ignore comments section from solution.
Comments themselves are forbidden ( because
*and/are ). Comments are also part of your code, so no, you can't use the forbidden characters in there.Tests are fine. Closing.
Tests need to be fixed. Forbidden signs reading in comments.
This was an amazing kata, thank you.
History proved you wrong.
Approved
I think ORDER BY clauses don't have a guaranteed order in SQL, yeah? Well I think for practical reasons, a kata like this needs to be a bit strict to make testing realistic (having to accomodate all permutations of solution orders across arbitrary levels of nesting will make the tests even more complex). But you're right that if an assumption like this is to be made, then it needs to be explicitly stated the description. The JS version makes it explicit but only in the tests, and the other translations (which I think you were solving) don't make it explicit at all. I think you should reraise this as an issue.
what's with the ordering on the groupby stuff? My solution is not being accepted because it's not the same order as the author's output even though there is no order by clause. I am using dictionaries to get the right structure and I should not be penalized for that.
needs to be checked
Translation Dart
no, you have to use numbers for random range...
Haskell translation
is it possible to use random for this? that was my first thought
nice one
I like this one.
Loading more items...