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.
I tried some of the accepted solutions and I get the same error
I see, got it!
Sorry, I was a little unclear.
What I meant is that there seems to be a range of
x
that would satifisfy the conditions.48 choose 11
produces2311801440
48 choose 37
gives22595200368
Every
x
between11
and37
should produce enough combinations.In the javascript tests, test #12 has
checkchoose(6540715897, 48)
returning
-1
but11
to37
colors seems to produce enough combinations.This comment is hidden because it contains spoiler information about the solution
There is the same problem with the javascript submit cases
Max Buffer reached: Too much information has been written to stdout.
is back.I noticed in the comments the final random image test was supposed to be removed but it is showing up during submit.
Worked fine, thankyou!
I'm getting
ReferenceError: numericalCompare is not defined
when I try to run the tests or submitWhen I used "Unlock Solutions (forfeit eligiblity)" I still recieved honor points for the kata when I pasted in a solution from the solution list. (Also could you lower my honor by 2 points, I tried it twice)
This comment is hidden because it contains spoiler information about the solution
I actually added
require 'Date'
to my solution and it worked, so I think the Kata needs some fixin'