Releases: mdbrnowski/pythagorean_tuples
Releases · mdbrnowski/pythagorean_tuples
v0.2.0: Performance optimizations
This version has an improved procedure for generating combinations of prime factors, which for randomly generated numbers up to one billion improved the performance almost three times.
v0.1.0: Add the first draft of pythagorean_tuples.py
This is the first version of a function generating pythagorean triples that passes all of the tests.