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.
Use spoiler flag next time, please.
This comment is hidden because it contains spoiler information about the solution
actually it will pass all negative cases.
try with (-5,-4,-3) and (-2, -1, 1) and (-1,1,2)
the negative number will always contribute negatively to the sum of a+b hence it will never pass the test a + b > c
I don't know if that's a concern with triangle side length
This may not handle negative case.