package
0.0.0-20240131150731-99cda8c7308a
Repository: https://github.com/bartossh/algo.git
Documentation: pkg.go.dev

# Functions

Range returns a list of all Pythagorean triplets with sides in the range min to max inclusive.
Sum returns a list of all Pythagorean triplets where the sum a+b+c (the perimeter) is equal to p.

# Type aliases

Triplet holds three numbers that are subject to pythagorean triplet calculation.