//
pkg.gl
Category
github.com/bartossh/AlGo
pythagoreantriplet
package
0.0.0-20240131150731-99cda8c7308a
Repository:
https://github.com/bartossh/algo.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
72 SLOC
#
Functions
Range
Range returns a list of all Pythagorean triplets with sides in the range min to max inclusive.
Sum
Sum returns a list of all Pythagorean triplets where the sum a+b+c (the perimeter) is equal to p.
#
Type aliases
Triplet
Triplet holds three numbers that are subject to pythagorean triplet calculation.