Skip to content

Commit b081193

Browse files
committed
Sync metadata
1 parent a2f9f6b commit b081193

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"build.sbt"
2222
]
2323
},
24-
"blurb": "Create an implementation of the atbash cipher, an ancient encryption system created in the Middle East.",
24+
"blurb": "Create an implementation of the Atbash cipher, an ancient encryption system created in the Middle East.",
2525
"source": "Wikipedia",
2626
"source_url": "https://en.wikipedia.org/wiki/Atbash"
2727
}

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

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

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

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

exercises/practice/hamming/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"build.sbt"
2626
]
2727
},
28-
"blurb": "Calculate the Hamming difference between two DNA strands.",
28+
"blurb": "Calculate the Hamming distance between two DNA strands.",
2929
"source": "The Calculating Point Mutations problem at Rosalind",
3030
"source_url": "https://rosalind.info/problems/hamm/"
3131
}

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

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

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

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

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

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

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)