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.
C# Fork (adds random tests).
No random tests in C#
Directions say to round the final result to 2 decimal places, but some tests expect an exact, crazy-long decimal. SOS
This comment is hidden because it contains spoiler information about the solution
I recommend returning and testing the result as a string. I tried different solutions that gave me errors like
even after rounding at the end, probably because slight differences in the way I rounded as compared to the test. With string comparison such errors cannot occur.
This comment is hidden because it contains spoiler information about the solution
It is not mentioned how.
This comment is hidden because it contains spoiler information about the solution
for PHP: the tests do not work - all tests were successful, no matter what code I wrote.
Please fix the tests.
JS random tests generate non-rectangular arrays.
This seems very similar to :
https://www.codewars.com/kata/fuel-calculator
As noted below.
Needs random tests
It's a duplicate;-): https://www.codewars.com/kata/drawing-a-cross
This comment is hidden because it contains spoiler information about the solution
Loading more items...