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.
nice kata!
i did with my eyes close ,feel super proud
Same LOL
Not that much. Your's is better than most of the answers
Haskell translation
Whats the difference with formatting the variable as f"{40-mm}" and converting it to a string performance wise
dont forget about me
Enabled in this fork
I think this kata should also have a tag of OOP in its description
C Translation (author inactive).
If you change tests in a way which makes existing solutions not pass anymore, then such solutions will be marked as obsolete. However, users who submitted them will not lose any points. It is generally OK to add tests and invalidate some solutions if tests are incorrect and do not conform to spec.
-- Java version of the kata --
The kata details state that inputs are not sorted. My tests have shown that at least one of the successfully submitted solutions is not correct.
This would be detected if a test was added for the following input (expected result: 3):
new int[][] {{10, 11}, {1, 8}, {6, 9}, {5, 7}})
I have a general question (sorry if it is not an appropriate forum, I am new here)
Haskell translation
The description has been updated, adding a primer on generating random numbers, as it's a bit more advanced for Haskell than for other languages.
.
Loading more items...