Skip to content

Commit d56f795

Browse files
Update metadata
1 parent 9af4f00 commit d56f795

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"AtbashCipher.csproj"
2525
]
2626
},
27-
"blurb": "Create an implementation of the atbash cipher, an ancient encryption system created in the Middle East.",
27+
"blurb": "Create an implementation of the Atbash cipher, an ancient encryption system created in the Middle East.",
2828
"source": "Wikipedia",
2929
"source_url": "https://en.wikipedia.org/wiki/Atbash"
3030
}

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

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

exercises/practice/grains/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
},
2626
"blurb": "Calculate the number of grains of wheat on a chessboard given that the number on each square doubles.",
2727
"source": "The CodeRanch Cattle Drive, Assignment 6",
28-
"source_url": "https://coderanch.com/wiki/718824/Grains"
28+
"source_url": "https://web.archive.org/web/20240908084142/https://coderanch.com/wiki/718824/Grains"
2929
}

exercises/practice/leap/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
},
2828
"blurb": "Determine whether a given year is a leap year.",
2929
"source": "CodeRanch Cattle Drive, Assignment 3",
30-
"source_url": "https://coderanch.com/t/718816/Leap"
30+
"source_url": "https://web.archive.org/web/20240907033714/https://coderanch.com/t/718816/Leap"
3131
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"PythagoreanTriplet.csproj"
2626
]
2727
},
28-
"blurb": "There exists exactly one Pythagorean triplet for which a + b + c = 1000. Find the triplet.",
29-
"source": "Problem 9 at Project Euler",
28+
"blurb": "Given an integer N, find all Pythagorean triplets for which a + b + c = N.",
29+
"source": "A variation of Problem 9 from Project Euler",
3030
"source_url": "https://projecteuler.net/problem=9"
3131
}

exercises/practice/rna-transcription/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"RnaTranscription.csproj"
2525
]
2626
},
27-
"blurb": "Given a DNA strand, return its RNA Complement Transcription.",
27+
"blurb": "Given a DNA strand, return its RNA complement.",
2828
"source": "Hyperphysics",
2929
"source_url": "https://web.archive.org/web/20220408112140/http://hyperphysics.phy-astr.gsu.edu/hbase/Organic/transcription.html"
3030
}

exercises/practice/say/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
},
2525
"blurb": "Given a number from 0 to 999,999,999,999, spell out that number in English.",
2626
"source": "A variation on the JavaRanch CattleDrive, Assignment 4",
27-
"source_url": "https://coderanch.com/wiki/718804"
27+
"source_url": "https://web.archive.org/web/20240907035912/https://coderanch.com/wiki/718804"
2828
}

0 commit comments

Comments
 (0)