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. This is what I am getting:
'NO' should equal 'YES'
Log
[25, 25, 25, 25, 25, 100, 100]
Test case seems to be wrong or am I readin something incorrectly? There is no change left for the 2nd 100...My logic is saying "NO", Test case is expecting "YES".
'NO' should equal 'YES'
Log
[25, 25, 25, 25, 25, 100, 100]
Test case seems to be wrong or am I readin something incorrectly? There is no change left for the 2nd 100...My logic is saying "NO", Test case is expecting "YES".
I am failing 1 of the 20 test cases but cannot get any details on the input that is being used for that particular test casse. Can anyone help me here?
@rowcased, please let me know if that works for you to view my logic.
This comment is hidden because it contains spoiler information about the solution
C
I am getting an error "rowSumOddNumbers(2) should return 8, actual: 8", I can't seem to see the issue here. Can someone please help me?
This comment is hidden because it contains spoiler information about the solution