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'm not sure if the implementation of the kata is just that bad ( because it is, really ), or if the idea is actually that bad.
You could try to redo the kata with a better, more complete, description ( and some markup ), another example of multiple keys with multiple nestings, and random tests. The
5 kyu
estimated rank is a bit optimistic, but that'll sort itself out. I would actually like to be able to submit a solution. But you are going to need random tests. And you might get the issue "this has been done". But it's worth a shot IMO.Did you read available documentation on creating your first kata?
No random tests.
This should return
19
.No random tests in CoffeeScript.
[ [ 1, 20 ], [ 10, 20 ], [ 1, 6 ], [ 16, 19 ], [ 5, 11 ] ] this test should return 43? or i'm wrong?
Too late to change the kata specifications.
Very "trustworthy" source of information. Unfortunately, JavaScript tests are correct.
JavaScript tests are correct.
Test are wrong
There is an issue with random tests, my program gives me corrects results and I'm sure it works.