From b452f618f0d4a9cf31a217904363f95676fdd2c6 Mon Sep 17 00:00:00 2001 From: JATIN GAUR <134034110+jatingaur18@users.noreply.github.com> Date: Mon, 16 Oct 2023 12:28:43 +0530 Subject: [PATCH] Update chinese-remainder-theorem.md Broken Hyperlink fix --- src/algebra/chinese-remainder-theorem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/algebra/chinese-remainder-theorem.md b/src/algebra/chinese-remainder-theorem.md index 8eea69d84..dfbdbd840 100644 --- a/src/algebra/chinese-remainder-theorem.md +++ b/src/algebra/chinese-remainder-theorem.md @@ -225,6 +225,6 @@ And with those coefficients you can restore the full number. ## Practice Problems: -* [Google Code Jam - Golf Gophers](https://codingcompetitions.withgoogle.com/codejam/round/0000000000051635/0000000000104f1a#problem) +* [Google Code Jam - Golf Gophers](https://github.com/google/coding-competitions-archive/blob/main/codejam/2019/round_1a/golf_gophers/statement.pdf) * [Hackerrank - Number of sequences](https://www.hackerrank.com/contests/w22/challenges/number-of-sequences) * [Codeforces - Remainders Game](http://codeforces.com/problemset/problem/687/B)