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.
Because it's short. It doesn't matter that it would fail on the first code review. It's short, period
I think integer is just a mispell for whole numbers.
Shouldn't this be 84^4 = 49787136?
49787136/224 = 222264
"Let's see some cases:
int_cube_sum_div(4) ------> 84
/// divisors of 84 : 1, 2, 3, 4, 6, 7, 12, 14, 21, 28, 42, 84
sum of divisors = 1 + 2 + 3 + 4 + 6 + 7 + 12 + 14 + 21 + 28 + 42 + 84 = 224
cube of 84 = 84^3 = 592704
592704 is a multiple of 224///"
In what universe is 8/3 = 2? It's 2.666......
so 2 is ruled out.
The if(x.getMethodName().equals("canHandleCharactersInWrongOrder")) return false; made my day :D