Skip to content

Releases: mdbrnowski/pythagorean_tuples

v0.2.0: Performance optimizations

09 Apr 08:20
Compare
Choose a tag to compare

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

29 Mar 09:43
Compare
Choose a tag to compare
This is the first version of a function generating pythagorean triples that passes all of the tests.