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.
Is there issue or we sould resolve it ?
Yes, I know, I thought the same.
I have the same story.
This comment is hidden because it contains spoiler information about the solution
I thing in Codewars there should be two different scales of difficulty. One Codewar's and second the CodeWarsMyjinxin2015 scale. :)
THX JohanWiltink, great kata, a lot of fun, my first 1kyu :)
THX, medved clues solved, but I'm still wondering what is proper time of simple tests to attempt solution.
Maybe my question was confusing. I'm wondering about sample test time, before the attempt. My actual times are 669 ms. And that is not enough :).
Last question, medved test? What is that?
What test time should I reach to pass this kata ?
In C#
This comment is hidden because it contains spoiler information about the solution
thx, very nice kata, too hard for me :)
Hi, Raul,
What time should I receive when finding the nearest number to 5,1(9) - e14. Other words, how many tests on "big" numbers do you have in tests?
Right now I have 1782.15ms when running only this test test.assert_equals(find_closest_value(519999999999999), 520000000000000)
I have the same problem