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.
3, 3, 3, 3, 3 Should be 300
3, 3, 3, 3, 3 Should be 300
test 3, 3, 3, 3, 3 Should be 300
1, 1, 1, 3, 3 Should be 1000 --------------
2, 2, 2, 3, 3 Should be 200 -------------
3, 3, 3, 3, 3 Should be 300 -------------
4, 4, 4, 3, 3 Should be 400 -------------
5, 5, 5, 3, 3 Should be 500 -------------
6, 6, 6, 3, 3 Should be 600 -------------
1, 1, 1, 1, 3 Should be 1100 -------------
1, 1, 1, 1, 5 Should be 1150 -------------
2, 4, 4, 5, 4 Should be 450 -------------
3, 4, 5, 3, 3 Should be 350 -------------
1, 5, 1, 3, 4 Should be 250
Fantastic!
I learned a lot from your solution.
I will base my solution on yours.
I'll implement
{length: int/2}
for reduce iterations.This comment is hidden because it contains spoiler information about the solution