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.
Okay, I can do that
Well, you can't delete / remove a kata once it has a solution. However, you can un-publish it. The kata will be reverted to
Draft
status.Oh, okay. Im sorry! What should i do? Should I just remove it then?
There's already a kata about string repetition: https://www.codewars.com/kata/57a0e5c372292dd76d000d7e
There's already a ton of kata about caesar / atbash cipher and the topic is currently under deduplication: https://github.com/codewars/content-issues/issues/203
Silly mistake in my solution, used in the tests.
Fixed now.
Ok, clearly an issue with the reference solution used in the tests.
I'll try to get it fixed today.
got raised as issue above
This happens with most numbers where the answer should be
n+2
, sometimesn+3
The tests said:
But the number 8910 itself doesn't contradict the three conditions:
The 8910th number in the sequence (which is n = 8909) is prime
Through my code, I got
s(8909) = 48731
which is prime.The number 8910 was not used previously
I tested whether contradiction exists in my sequence through this code:
this outputs
False
.The 8908th number (
s(8908) = 8910
) in the sequence must be as minimum as possibleWell compared to the one matched by the tests, my number is smaller.
I think there's something wrong with the test cases.
unpublished
Fixed, thanks! :)
The tests forgot to handle
AssertionError
, making the test just goes blank on invalid inputs:Also, nice kata :)
The C++ update to C++ 20 is one very unlucky thing. It's been worked on and off a couple of times already, there's been a lot of effort put into it and a lot of preparation has been done, but currently it's on hold again :(
I am also waiting for it, but there's no ETA other than "not now".
Loading more items...