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.
why
Tests for PHP are broken. Check them again, I've added a comment
Tests for PHP are indeed broken.
In one of the cases it gives
Array
(
[0] => 121
[1] => 144
[2] => 19
[3] => 161
[4] => 19
[5] => 144
[6] => 19
[7] => 11
)
And at 6th index (19) it gives error, because tests expect it to be a root of 36100.
Someone forgot to add a zero te a test-case array. Please fix this asap
Damn.. My solution is probably the dumbest one.
Hey fellas it's my first
4kuy
solution! Please like!I have the same issue with this kata on PHP.
PHP :
'Expected' and 'Actual' values in testRandom() differ by 1 * 10^(-12).
For example,
Expected:
5 => -2397.3454670639853
Actual:
5 => -2397.3454670639858
3 and 8 at the end.
So improper testing it invalidates valid kata solutions.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Thanks for interesting katas dude!
This comment is hidden because it contains spoiler information about the solution
I'm stuck with
"usort() expects parameter 2 to be a valid callback, function 'comp' not found or invalid function name" error
Although I'm not using usort() function in my solution.
Help.
А что если нужно будет больше 24 часов для того чтобы сократить растояние g между A и B?
again, what if there will be more than 24 hours needed for B to catch A?
what if there will be more than 24 hours needed for B to catch A?