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.
Had the same problem. However I got ignored out with a "a lot of people passed the kata".
If there should be only 49 teste, something is wrong with the random tests definitions.
This comment is hidden because it contains spoiler information about the solution
There shouldn't be this many tests in JS version though. There are only 49 tests.
I'm not sure what's happening on your side :V
Sorry...JavaScript
Uhm... you know you can always use
console.log
to print the input out, right?What language?
Just ran the tests again, and NOW I'm seeing this:
Now 0 failures, 1 error, but no inditication as to what the 'error' is...
I have spent 2 hours on this problem passing all possible tests in Javascript but cannot seem to pass test case number 5, the expected result is true and my code returns false.
Can you please simply tell me what the test case is?? I dont think it is much of a spoiler.
Thank you
This comment is hidden because it contains spoiler information about the solution
I took around 90 lines of code .. this broke my heart. brute force method to the point of not even being proud lol.
You have taught me I know nothing in JS yet