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.
To be honest I think it was very unclear and messy, not explained in detail, but very good one and awesome idea! :D
"You first solve the problem, then write the code", some people are not patient enough, like me, but everytime I take some time to think it ends up better then it usually does. Get into habit of thinking first :D
Random Test Cases are not flawless there may be a mistake, at one point I have to give 50$ and I have 25$ my algorithm return 'NO' but it expects 'YES'
Hi knox97,
Thanx for your reply.
But 0-value ist neither positiv or negativ. Therefore you can't count it as positive number and the correct answer for positive numbers in the second test is 8.
Kind regards
D.
Hey Dentzil, I'm not sure if this is intentional when I was solving this problem the second test had expected value on [0] with value 8 but there is 10 positive numbers in an array, anyways I hacked my way around but I'm just trying to be helpful if that is a mistake else good job making this a little bit more challenging :D