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.
Why does the kata include tests with numbers not used in the RGB system?
https://www.youtube.com/watch?v=hhI4x6hx21s
according to the video the numbers should be between 0 - 255 cannot be more...
I agree!
The kata has wrong tests
the numbers of RGB must be between 0 and 255 no more and certainly not negatives
video explains the RGB system
v
v
v
https://www.youtube.com/watch?v=hhI4x6hx21s
Indeed, Thank you :)
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
In the kata description abs(array) is required ::
solve( [[1,-1],[2,3],[10,-100]] ) = 300, given by (-1) * 3 * (-100)
if not then the answer would've been 30
However; numbers' negativity is not ignored in all the tests
EX: Test.assertEquals(solve([[-1,2,-3,4],[1,-2,3,-4]]),12)
Am I getting the kata wrong?
but in the kata description abs(array) is requested ::
solve( [[1,-1],[2,3],[10,-100]] ) = 300, given by (-1) * 3 * (-100)
else the result would've been 30 not 300 !!!
This comment is hidden because it contains spoiler information about the solution
AH I understand, thanks :)
any ideas to solve the problem?
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Thank U!
Hello,
could someone explain to me the error I got in the Attemp;
Test Passed: Value == 0 --------> I PASSED HERE
characters may not be adjacent - Expected: 2, instead got: 4
Expected: 26, instead got: 13
should ignore case - Expected: 26, instead got: 13
Thanks.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution