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.
You can't reorder the people in the circle (you're missing this part of the setup), so
i've been timing out at 12 sec
How are you choosing when to cross over the two chromosomes? I had this problem too before I changed it to be random across the string's length.
I think 7 seconds is the max
just add 'console.log(list);' to the begining of the function 'list' is what ever variable you use as an argument
var variance = function(list) { console.log(list);
...