Closed sarthak-21 closed 4 years ago
Find the set of Pythagorean triples from the given array in C. Pythagorean triplets condition: a^2 + b^2 = c^2
a^2 + b^2 = c^2
Reference Issue number #365
365 must refer to the issue related to this PR, visit here
365
Choosing one or more options from the following as per the nature of your Pull request. NOTE: Check boxes using [x]
Update index.md
README.md
Description
Find the set of Pythagorean triples from the given array in C. Pythagorean triplets condition:
a^2 + b^2 = c^2
Reference Issue number #365
365
must refer to the issue related to this PR, visit hereType of change
Choosing one or more options from the following as per the nature of your Pull request. NOTE: Check boxes using [x]
Checklist:
Update index.md
)README.md
, with problem description and my name.