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.
Thank you!
Just a guess, but possibly to throw you off and to understand that multiplying numbers in any order will give you the same result?
Hi, in the PHP test cases the public function testRandom() uses a for loop
for ($i = 0; $i < 1e3; $i++)
I was wondering what does the "1e3" stand for?