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.
doesnt support formatted string....XOXO
my final answer for every new test case is incrimented by 1 each time
this kata works fine on pycharm but not here whats the problem? im using recursion
even for this [25, 25, 50, 50, 100] it should be returning a 'YES' instead says 'NO'
for [25 25 25 100]
the answer is 'YES' but says to return 'NO'
balance 1st =25
then balance = 50
then = 75
and 100 - 25 =75
so it should be 'YES'
am i doing it right