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

Find Pythagorean Triplet #365

Closed pallavivaswani closed 3 years ago

pallavivaswani commented 3 years ago

Feature ✅

Description

Find the set of Pythagorean triples from the given array Pythagorean triplets condition: a2 + b2 = c2

Example

Input: [3,4,6,5,7,8]

Output: [3 4 5]

Explanation: 32 + 42 = 52

Checklist:

Contributors are supposed to mention their coding language while asking for assignment

sarthak-21 commented 3 years ago

@pratik-choudhari assign this issue to me. I will do it in C. Or Assign me issue no. #369 I will do that in C.

sarthak-21 commented 3 years ago

@pratik-choudhari Awaiting response!

KompuDan commented 3 years ago

Hi, i would like to implement this on python, can you asign it to me?

harshitalashkari commented 3 years ago

Can you please assign this to me. I'll use Java

xcyraxx commented 3 years ago

Can i do this, i can do in Python or Java

bhavinisehgal18 commented 3 years ago

can you assign me C++

pratik-choudhari commented 3 years ago

@bhavinisehgal18 It assigned in C++ to someone else

xcyraxx commented 3 years ago

I've pull-requested the python file for pythagorean triplets sorry i'm new to git so i didn't know how to 'complete an assigned task' i'm only new to git though, not python