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.
Can i speed up a algoritm when i use int.MaxValue and i had only 5,1 sec? but here i have always more than 12 sec?
New translation for Scala. Review please.
https://www.codewars.com/kumite/637e3e59ef7bb8a35e16a2a8?sel=637e3e59ef7bb8a35e16a2a8
Thanks.
R: bad function name in solution set up:
prime_list
should beis_prime
.Function name in R should be
is_prime
instead ofprime_list
.hi guys , i just want to know why no one used the solution that works with numbers of format ( 6k-1 , 6k+1) or (6k+1 , 6k+5 ) becuase this probleme of finding if a number is prime or not is constently reapearing everywhere ,so i want to know what is the fastest solution ?
Youn need to add tests for large numbers
This comment is hidden because it contains spoiler information about the solution
When I submited the answer, it says "4 is not prime: True should equal False". How is 4 not a prime?
This comment is hidden because it contains spoiler information about the solution