README.md
December 4, 2022 ยท View on GitHub
Description
Pythagorean Triples are integers in the form a^2+b^2=c^2 (example...3,4,5 because 33+44=5*5). This post is an improvement to the original post (txtCodeId=53514&lngWId=1) to display Pythagorean Triples. The original version took over 12 minutes with a max set to 1000. My version takes under 1 second.
More Info
| Submitted On | 2004-05-05 01:02:28 |
| By | Shark |
| Level | Beginner |
| User Rating | 4.8 (19 globes from 4 users) |
| Compatibility | VB 6.0 |
| Category | Complete Applications |
| World | Visual Basic |
| Archive File | Pythagorea174131552004.zip |