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.
Might be helpful to add the word "rook" somewhere in the description. It took me a minute to figure out what towers had to do with chess. Though maybe that's a regional thing?
This comment is hidden because it contains spoiler information about the solution
Already corrected, thanks!
English isn't my mother tongue, so sorry about that.
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).