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.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
My bad, I corrected the description. Thanks!
My bad, I corrected the test case and made the description more clear. Thanks!
As mentioned below, the result order is not specified. What's worse, the example tests is misleading on the required order: it says
should return records sorted by name
, but there is not a field even remotely resembling aname
anywhere.Your description should specify the desired output order for the results.
Looks to be very close to this kata: https://www.codewars.com/kata/594633020a561e329a0000a2
Maybe you should try to make this kata more unique ..
Great Kata!
Felt a little challenging, but it is absolutely possible.
The entire series has thaught me a lot about this topic (no mention of it for the sake of the Kata)
changing names would mean that all current solutions will be invalidated. Probably not the best naming, but I took it from the real scenario, so let it be
This comment is hidden because it contains spoiler information about the solution