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.
closing: question with issue tag
OP solved it, closing
OP solved it, closing
Ok, but I don't think you have to shift so much to make it work with them 2 at all.
No, "The order of the permutations doesn't matter."
They are not intresting yes, but they are counted for the second criteria thats 1 point because when you add 1 or 2 it becomes a 3 digit number
It's already there. Neither 98 nor 99 have 3 digits, so they're not interesting.
This comment is hidden because it contains spoiler information about the solution
does it need to be in the perfect order?
as i said, my code is not counting the zero just to make sure i tried all those test in vs(-5/1)prog:50 rank-3
-1/4–prog60 rank1,
4/-2 it doesn’t change because it’s more than 1 behind current rank and finally 7/-4 the same thing
The same thing happened to me, you have to validate when the rank goes through 0, for example (-5 to 1), (-1 to 4), (4 to -2), (7 to -4), in all that cases you dont have to count the rank 0.
Make sure you're accounting for the difference in ranks. Remember that there is no rank 0;
The abs of 4-7 is 3, 10x3x3 = 90... What I get: testValidSingleRankProgression(-4,-7,60)
Test Failed
Applied Rank; -4; Expected progress: 60, Actual: 0
Expected: True
But was: False
Its now working for me i have the same issue as many others the test Expected progress: 21, Actual: 20. if there is nothing wrong can you at least explain where the 21 comes from
Loading more items...