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
This comment is hidden because it contains spoiler information about the solution
Yes this normal. There are a small number of test case. Your code may simply miss possibilities not included in the tesrs. For example in this kata the test cases do not include any two digit numbers. This could cause an error in your code if you build a string and then try to use join (Python). I made this error in my first attempt.
I think when this user posted this Github didnt allow that for free yet. Its a recent change to do it free.
can't you just make the repository private ?
Same here. E.g 1kyu code on my git would be ok?
Approved, thanks for translation;-)!
Java translation. Please, review and approve.
While I agree with the writer and upvoted the comment, there is something else to consider: the reputation of CodeWars. If the rankings are to be meaningful to others, such as employers, then it is important to root out cheaters. Otherwise the rankings have no social value.
I would like to post some of my more interesting or useful solutions to Kata in a repository on GitHub. I would change the function names to make it more difficult to search for them. Is that acceptable?
Yes... older katas are often ranked a little bit higher;-). Today some freaks;-) always vote 7-8kyu, so keep this one as a little present:-)... 5 years ago you found very less C# katas too and by the way it was necessary to learn different languages to reach "level 1kyu" - today it's easy:-).
Closer to a 6 kyu IMHO. Fun nonetheless.
I enjoyed this one. I did not realize Python had a switch case (alpha) command. When tried to look up the command all I got was info about how to implement switch case (control flow). HA HA. Thanks smile67 for the entertaining problem.
BTW, I had no trouble understanding the current description.
I would like to post some of my more interesting or useful solutions to Kata in a repository on GitHub. I would change the function names to make it more difficult to search for them. Is that acceptable?
apologies for the off by one, thanks for the fix
Loading more items...