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.
Um, I just ran mine again and it all passed, and when I looked at the polynomials in the exponentiation section they all use the same polynomial [1,1]. Are you sure you're not doing something like starting at a base case of pow(0)?
Yeah, it's a bit of a trade-off here. We have no control over how long the server gives for a timeout. I've had it time out some times and not time out other times, with the same iterations/population size. I remember people bringing up this kind of issue on the feature requests but until we get any sort of change there for the purposes of this you might have to just keep fidgeting with population size.