Skip to content

Trying to make a program which will create Pythagorean triplet from a single given Natural number(excluding 1 and 2) in CPP language

Notifications You must be signed in to change notification settings

farzigulzar/tripletGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tripletGen

Trying to make a program which will create Pythagorean triplet from a single given Natural number(excluding 1 and 2) in CPP. Currently the prime numbers are functional.

                          isprime(n)
                          _____|______
                       NO|            |YES
                     isodd()      followPrime(n)
                   _____|_______
                NO|             |Yes
              ifeven(n)       ifodd(n)

About

Trying to make a program which will create Pythagorean triplet from a single given Natural number(excluding 1 and 2) in CPP language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published