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.
duplicate of this issue
The C++ randomized tests are ridiculously more difficult than the Javascript ones. Here are a few randomized tests from the Javascript cases:
and the madness that are the randomized C++ cases:
I ended up implementing an optimization just for these
1, 2, big_number, ..., big_number
cases, which funnily enough is enough to pass them (assuming that the rest of your code is somewhat efficient). Otherwise a recursive solution simply isn't performant enough.There's no
amount
parameter in the initial solution, and it seems no argument is ever provided for it in the tests.Approved some time ago
Tests are not working properly, throw an error :
ReferenceError: Test is not defined
at /workspace/node/test.js:59:1
...
'alr approved some time ago'
I think for avoiding misundestanding you should clarify this moments, thank you :)
Duplicate issue.
Test 61/100: onarij-ar onij
The first value in the kata's
shouldBe
has a size greater than the next one.The user's solution may be swapping elements with the same ordering thus failing sometimes, but there're not enough tests to catch this.
I slipped through the cracks with my own solution and confirmed this as an issue.
This is a random test from the reference solution:
Something's wrong. Not always, but sometimes, the sorting's wrong for
onij
.I haven't been able to figure out what, sorry.
Loading more items...