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.
Python, JavaScript, Haskell updated
Python changes
2**31-1
, was previously maximum2**31-2
which is WEIRD and probably unintentional2**31-1
as per NEW specrandrange(2**31)
which is going to pick the same number of digits 90% of the time(I've got the same thing but in haskell as well once this description-changing fork has made it in)
Idk java but, thoughts:
Java traduction
updated
merged
Your code only cycles from 1 to 9 (both inclusive) and does not take into account the individual digits of
numbers > 99
I've tested your solution and it passed the tests, closing
python new test framework is required. updated in this fork
Accomplished in c++.
Fixed tests in C# is commented out for no reason
Nice kata!
Approved
Very enjoyable challenge, compliments.
Ruby update fork
Loading more items...