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.
wow, very nice, another option that I learn from you!!
nice!
CoffeeScript: Missing random tests
Thanks!
Fixed.
sorry for my importunity, but there's a typo here:
"but depending on seleced method"
-> selected method
I did the same. I like it
added + chai assertions
done
Your solution is almost good, but has a bug, and becomes inaccurate at some point. See following:
Here is row 57 (yours vs expected), which is correct:
Here is row 58 (yours vs expected), which starts getting inaccurate:
See how your solutions gets
9929472283517788
vs9929472283517787
incorrectly at row 58. Similarly, all rows beyond 58 contain more and more incorrect numbers. You need to fix a bug in your solution (a very small one!)What to do if I have reached max buffer size? I have no idea how to solve this in a different way.
should be 7kyu
Lua translation!
it's so easy for me. I'm very happy to improve my logic in javascript with codewars
This kata requires no optimization whatsoever.
Read about properties of prime numbers, filter the possible divisors and their upper-bounds instead of doing an exponential-complexity computation.
Loading more items...