pratik-choudhari / AlgoCode

Welcome everyone!🌟 Here you can solve problems, build scrappers and much more💻
https://github.com/pratik-choudhari/AlgoCode
MIT License
131 stars 166 forks source link

Added Pythagorean triplet | C #392

Closed sarthak-21 closed 4 years ago

sarthak-21 commented 4 years ago

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 here

Type of change

Choosing one or more options from the following as per the nature of your Pull request. NOTE: Check boxes using [x]

Checklist: