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.
Java Translation.
Hi! I've just submitted a Java translation for this kata
Tried to be a little clever with this one π
Not the most readable or best practice, but it gets the job done! Enjoyed playing around with string manipulation to solve the problem in a compact way. Thanks for the kata!
Oh, this was one of those creative challenges!
I tried to approach it in an unconventional way.
Thanks for the effort you put into designing it! π‘π
I've added a fork fixing the typo
Haskell fork fixing the setup code typo mentioned by @akar-0
Tests fail because your solution does not handle the input
22.22
correctly. Which is kinda fair as far as specs go, but the requirement is not great in general, and tests give really poor feedback.i don't know but there is some issues in this kata
Because the question is not whether a number is a palindrome.
palindrome(141221001) => true
palindrome(1215) => true
Why should these numbers return True if they are not palindromes?
Done for Ruby, in this fork
Fixed.
Fixed in this fork
Good kata! I liked it and solved somewhat in a verbose way, but at least I applied my knowledge about loops and indexes from previous katas so solving these definitely help!
Enabled in this fork
Loading more items...