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.
Ok, I will fix that
The question is not whether you created it from scratch or not, but rather: is there already a very similar kata created by someone else?
That is not what "duplicate" means. Duplicate means that the kata task is essentially the same as another kata, even if you created it from scratch. Its possible (and very likely, for easy kata) to accidentally create the same kind of kata which already exists, but we do not want the kata catalogue filled up with lots of kata which are all the same.
thankyou
thx for mentioning I worked on this from scratch
Probably a duplicate of this kata
Typo: "opperations" should be "operations". Usually functions have verb names, so I suggest using
perform_operation
or similar.The test labels don't match the tests:
"Random tests" should be "Fixed tests" or "Basic tests".
"Duplicate" does not mean that the kata is a copy of another kata. Duplicate means that this kata presents exactly the same problem, and even can be solved with exactly the same solution, as another, already existing kata. This kata is identical to Is a number prime? and Check for prime numbers
. There is no need for a third kata which asks the same thing.
We are so sorry for this but we have created this directly from scratch and there are many prime number Determinators our there on codewars. this issue has been read and resolved by our team
regex to the rescue!
cool! now I can stop googling, thanks!
nope. But you get the "equivalent" with my next fork
I have to see how to use lambda