Skip to content

Commit 608bd6f

Browse files
committed
Sync metadata
1 parent fb38638 commit 608bd6f

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
@@ -17,7 +17,7 @@
1717
".meta/solutions/lib/AtbashCipher.rakumod"
1818
]
1919
},
20-
"blurb": "Create an implementation of the atbash cipher, an ancient encryption system created in the Middle East.",
20+
"blurb": "Create an implementation of the Atbash cipher, an ancient encryption system created in the Middle East.",
2121
"source": "Wikipedia",
2222
"source_url": "https://en.wikipedia.org/wiki/Atbash"
2323
}

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

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

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
".meta/solutions/lib/Hamming.rakumod"
1414
]
1515
},
16-
"blurb": "Calculate the Hamming difference between two DNA strands.",
16+
"blurb": "Calculate the Hamming distance between two DNA strands.",
1717
"source": "The Calculating Point Mutations problem at Rosalind",
1818
"source_url": "https://rosalind.info/problems/hamm/"
1919
}

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

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
".meta/solutions/lib/PythagoreanTriplet.rakumod"
1414
]
1515
},
16-
"blurb": "There exists exactly one Pythagorean triplet for which a + b + c = 1000. Find the triplet.",
17-
"source": "Problem 9 at Project Euler",
16+
"blurb": "Given an integer N, find all Pythagorean triplets for which a + b + c = N.",
17+
"source": "A variation of Problem 9 from Project Euler",
1818
"source_url": "https://projecteuler.net/problem=9"
1919
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
".meta/solutions/lib/RNA.rakumod"
2020
]
2121
},
22-
"blurb": "Given a DNA strand, return its RNA Complement Transcription.",
22+
"blurb": "Given a DNA strand, return its RNA complement.",
2323
"source": "Hyperphysics",
2424
"source_url": "https://web.archive.org/web/20220408112140/http://hyperphysics.phy-astr.gsu.edu/hbase/Organic/transcription.html"
2525
}

exercises/practice/yacht/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
]
1818
},
1919
"blurb": "Score a single throw of dice in the game Yacht.",
20-
"source": "James Kilfiger, using wikipedia",
20+
"source": "James Kilfiger, using Wikipedia",
2121
"source_url": "https://en.wikipedia.org/wiki/Yacht_(dice_game)"
2222
}

0 commit comments

Comments
 (0)