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.
Forgot that the "character" was actually a string. Ugh.
Second test case says otherwise:
Assert::That(PythagoreanTriple(5,3,4) , Equals(true));
Use strncmp instead strcmp
those last two conditions are not required
fundamentally c will always be the hypotenuse so you only need to put ?a^2 + b^2 == c^2
It's certainly not the clearest, especially the part about the "initial value". It makes sense in the context of a sum, but what about a GCF or LCD? What's an initial value got to do with a max or min?