From ca56c7d38bc709ce7ee5d4a28de9f8f5fb64404d Mon Sep 17 00:00:00 2001 From: arkaydeus <39967247+arkaydeus@users.noreply.github.com> Date: Sat, 17 Oct 2020 22:24:07 +0100 Subject: [PATCH] Update the link to DynamicPRogramming.html Update the link to DynamicPRogramming.html in the recursion lecture. The URL changed and is currently broken. This fixes it. --- .../Recursion Problem 4 - Coin Change - SOLUTION.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Recursion/Recursion Interview Problems/Recursion Problems - SOLUTIONS/Recursion Problem 4 - Coin Change - SOLUTION.ipynb b/Recursion/Recursion Interview Problems/Recursion Problems - SOLUTIONS/Recursion Problem 4 - Coin Change - SOLUTION.ipynb index 2368b86b..0ee2ceef 100644 --- a/Recursion/Recursion Interview Problems/Recursion Problems - SOLUTIONS/Recursion Problem 4 - Coin Change - SOLUTION.ipynb +++ b/Recursion/Recursion Interview Problems/Recursion Problems - SOLUTIONS/Recursion Problem 4 - Coin Change - SOLUTION.ipynb @@ -271,7 +271,7 @@ "For homework, read the link below and also implement the non-recursive solution described in the link!\n", "\n", "For another great resource on a variation of this problem, check out this link:\n", - "[Dynamic Programming Coin Change Problem](http://interactivepython.org/runestone/static/pythonds/Recursion/DynamicProgramming.html)" + "[Dynamic Programming Coin Change Problem](https://runestone.academy/runestone/books/published/pythonds/Recursion/DynamicProgramming.html)" ] } ],