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.
Nice kata.
Found a small typo.
towerCombination(3) return 6, because only the following possibilities can be achieved.
should be
towerCombination(3) returns 6, because only the following possibilities can be achieved.
That was hard! Nice job with the kata.
One small suggestion that I have is to improve the error messages for failed test cases. Took me a while to figure some of them out, such as "Before method called invoking P1."
That was fun. Haven't done anything involving genetic algorithms before, so this was a fun learning experience for me. Thanks!
I did run into one issue, however.
prints out undefined (atleast on the first test).