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.
Isn't eval a dangerous method? You can easily execute any line of code using it, including malicious
I think it should be fixed
This comment is hidden because it contains spoiler information about the solution
Haskell Translation kumited. Please review and approve. Thanks, suic
Your translation is accepted :)
Thanks! :)
Haskell translation kumited! Please review and approve. Thanks, suic
Thanks :)
Ruby-Translation kumited.
Please check and approve.
Thanks
Ruby-Translation kumited.
Please check and approve.
Thanks
Ruby-Translation kumited.
Please check and approve.
Thanks
Ruby-Translation kumited.
Please check and approve.
Thanks.
Uhh I overlooked that "different" part. Sorry for that!
Read the two posts below from @vad_1000. We DON't want palindromic numbers:-(
Expected: [70001, 70009, 70061, 70079, 70121, 70141, 70163, 70241]
instead got: [70001, 70009, 70061, 70079, 70121, 70141, 70163, 70207, 70241]
70207 is a prime number according to [http://www.mathsisfun.com/numbers/prime-number-lists.html]
Also it is a numeric palindrome.
So my solution should pass the test...
(I'm using Ruby)
Loading more items...