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.
In javascript version, fitness function returned 1.0 for solution, which was different from expected by 1 char!
01110010011111010011101111101011001
01110010011111010011101110101011001
So i was forced to run all the iterations and not return result in the moment, i found solution with fitness 1.
Very fun kata, thanks!
This comment is hidden because it contains spoiler information about the solution
Nice solution! I've changed the kata so that it will now also be accepted.
This comment is hidden because it contains spoiler information about the solution
My type of solution! (although mine is much, much, much more messy in implementation)
Dont know how best solution of this is marked the one with worse time complexity class...
This comment is hidden because it contains spoiler information about the solution
Kata itself was quite ok, but instructions itself needs better clarity. In order to know what is going on, i shamefully needed to console.log arguments of submit tests...