You can call me foolish. but what I am supposed to do here exactly? I could not understand this kata. Can anyone help me?
This comment is hidden because it contains spoiler information about the solution
Needs random tests: https://www.codewars.com/kata/reviews/59122652e0e328780f0000c8/groups/5ebbd700c4d0100001719b86
Python translation. Please, review and approve.
From time to time values after first 1,000,010 primes are tested in Python. This is different from other languages, and if we assume this is alright, the tests are still not consistent enough to catch solutions which don't go that far.
1,000,010
What should we do with integer overflow?
What am I supposed to do with total avg? Is not the average of the averages?
total avg
JavaScript translation
I couldn't do better than 25 million. Still a worthy challenge in JavaScript I think.
You can call me foolish. but what I am supposed to do here exactly? I could not understand this kata.
Can anyone help me?
This comment is hidden because it contains spoiler information about the solution
Needs random tests: https://www.codewars.com/kata/reviews/59122652e0e328780f0000c8/groups/5ebbd700c4d0100001719b86
Python translation. Please, review and approve.
This comment is hidden because it contains spoiler information about the solution
From time to time values after first
1,000,010
primes are tested in Python. This is different from other languages, and if we assume this is alright, the tests are still not consistent enough to catch solutions which don't go that far.What should we do with integer overflow?
What am I supposed to do with
total avg
?Is not the average of the averages?
JavaScript translation
I couldn't do better than 25 million. Still a worthy challenge in JavaScript I think.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution