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
What I mean is: as far as I understood - we need to model result of 1 single move, but not writing the whole bot. So the unclear part is that I have implement and Populate the set. Which can lead to hacks of the solution.
Cheers.
There is not enough information about Where we drop the disk (is it a 2d array or is it a nested aray/list)? And the test cases are not answering this question at all.
@Anonymous
See the updated issue.
C#
Expect empy string for empty string
Expected: null
But was: <string.Empty>
Obviously mistake in the test case, since code handles same scenario in sample test without a problem.
C#:
Nice kata, but what should be the output for "a"? Is it "a" or "aay"?
On top of that - test cases are not covering at all scenarios with a single letter word in a string nor special symbols cases scenarios (i.e. "A tree" or "go on !").
This comment is hidden because it contains spoiler information about the solution
Definitely need to clarify the Producent
I was able to submit a solution, which is not ordering the result descending.
This comment is hidden because it contains spoiler information about the solution
C#
TLDR: This is just sad.
Description is not aligned with expected Kata behaviour. On top of that - very poor covered test cases (I mean - they are not giving any clue to the omited description).
Kata has a potential to be a good one, but it is not.
Anyways - I had fun trying to solve it (and making a working version, which fulfils described behaviour).
Cheers
@Mikiawm confirming.
@g964 I really appreciate the effort you put with all the Katas, and as I was mentioning to you before - they are great!
But the descriptions and the test cases ... That is something, that have to be improved, since a lot of people are hiting this wall.
Cheers
Honestly - so far the best Kata which I had :)
The feeling when I got my algorithm benchmark drop by 20 - was priceless.
Thank you for the Kata.
Yep, false solution.
Loading more items...