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.
Language: Javascript
Problem: Test cases
Why are the test cases equableTriangle(7,15,20) , equableTriangle(6,25,29) and equableTriangle(9,10,17) true ? They should be expected to be false.
This worked out for me. It seems the author never fixed the bug.
Thanks Paul.