Skip to content

Commit 8ddd195

Browse files
authored
Synced metadata for practice exercises. (#3841)
1 parent f94d0fd commit 8ddd195

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

exercises/practice/atbash-cipher/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
".meta/example.py"
2828
]
2929
},
30-
"blurb": "Create an implementation of the atbash cipher, an ancient encryption system created in the Middle East.",
30+
"blurb": "Create an implementation of the Atbash cipher, an ancient encryption system created in the Middle East.",
3131
"source": "Wikipedia",
3232
"source_url": "https://en.wikipedia.org/wiki/Atbash"
3333
}

exercises/practice/collatz-conjecture/.meta/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
]
2727
},
2828
"blurb": "Calculate the number of steps to reach 1 using the Collatz conjecture.",
29-
"source": "An unsolved problem in mathematics named after mathematician Lothar Collatz",
30-
"source_url": "https://en.wikipedia.org/wiki/3x_%2B_1_problem"
29+
"source": "Wikipedia",
30+
"source_url": "https://en.wikipedia.org/wiki/Collatz_conjecture"
3131
}

exercises/practice/pythagorean-triplet/.meta/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
".meta/example.py"
3232
]
3333
},
34-
"blurb": "There exists exactly one Pythagorean triplet for which a + b + c = 1000. Find the triplet.",
35-
"source": "Problem 9 at Project Euler",
34+
"blurb": "Given an integer N, find all Pythagorean triplets for which a + b + c = N.",
35+
"source": "A variation of Problem 9 from Project Euler",
3636
"source_url": "https://projecteuler.net/problem=9"
3737
}

0 commit comments

Comments
 (0)