We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ec91e8 commit 06e6528Copy full SHA for 06e6528
exercises/pythagorean-triplet/metadata.toml
@@ -1,4 +1,4 @@
1
title = "Pythagorean Triplet"
2
-blurb = "There exists exactly one Pythagorean triplet for which a + b + c = 1000. Find the triplet."
3
-source = "Problem 9 at Project Euler"
+blurb = "Given an integer N, find all Pythagorean triplets for which a + b + c = N."
+source = "A variation of Problem 9 from Project Euler"
4
source_url = "https://projecteuler.net/problem=9"
0 commit comments