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.
jenThepilot: and why would that be false? That test is ok.
yes, I also think that is broken for PHP. It's expecting true in this case.
$a1 = [10000000,100000000];
$a2 = [100000000000000,10000000000000000];
$this->revTest(comp($a1, $a2), true);
Python has almost 10K solves; the tests are ok. you could print your inputs to check what you're dealing with
This comment is hidden because it contains spoiler information about the solution
i like this the most. so nice and clear! thumbs up!
EDIT: oh i see i still have this cheesy import.. tried to figure out this failing test.