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.
COBOL translation (author is inactive). This translation updates the description and fixes the issue below (wording and incorrect range of inputs). If it's approved, Swift tests should be updated in order to generate more values in the full range (according to what I could see, it should not have any significant impact invalidating solutions).
The description is inaccurate (beside, the wording is incorrect) : The highest the will be passed in will be in the 1,000,000,000,000 (1 trillion) range, but fixed tests include 895,156,000,329,152 (> 895 trillions). It appears to be the unique number tested out of the specified range.
In what definition? 10% of the larger number, or the smaller number? (This incur about 1.1% difference.)
Also (probably) needs test cases for
0
and negative numbers.