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.
This comment is hidden because it contains spoiler information about the solution
Nice kata, easy but requies many basic code skills. Pinpoint of 6 kyu.
Your comment is a spoiler, the hint you mentioned spoils the fun!
This comment is hidden because it contains spoiler information about the solution
Spend 3 days on this. I like this kata
I honestly dont know how this happen, but for me last test was
"String s = "733049910872815764";
testing(RevRot.revRot(s, 5), "3 30479108928157");"
Although i pressed "Reset" and now it does not contains space. Strange. Thanks anyway
There is no space problem. The test is (see the last one in Sample tests):
"String s = "733049910872815764";
testing(RevRot.revRot(s, 5), "330479108928157");".
"expected:<3[ ]30479108928157> but was:<3[]30479108928157>"
There is no requirements for spaces in Kata, hence i think this is an error. Java.
Please use a spoiler flag when you post code somewhere, comments are visible to everyone by default. I put the flag on for you this time.
This comment is hidden because it contains spoiler information about the solution
I cannot understand, can you explain please? Thanks
nice
Thank you very much
Your code not working is not an issue (= a bug in the kata). Please read this: https://docs.codewars.com/training/troubleshooting/
My dude i am getting the same error. Did you fixed it?
Loading more items...