From 8de2a989ce388195004fc1a1f379550f4640bb4d Mon Sep 17 00:00:00 2001 From: Chris Gorgolewski Date: Mon, 14 Jan 2019 11:43:20 -0500 Subject: [PATCH] Update link to a DP tutorial (#117) --- algorithms/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/algorithms/README.md b/algorithms/README.md index 18fe4205..cceea770 100644 --- a/algorithms/README.md +++ b/algorithms/README.md @@ -147,7 +147,7 @@ Some helpful utility snippets: #### Study Links - [Demystifying Dynamic Programming](https://medium.freecodecamp.org/demystifying-dynamic-programming-3efafb8d4296) -- [Dynamic Programming – 7 Steps to Solve any DP Interview Problem](http://blog.refdash.com/dynamic-programming-tutorial-example/) +- [Dynamic Programming – 7 Steps to Solve any DP Interview Problem](https://dev.to/nikolaotasevic/dynamic-programming--7-steps-to-solve-any-dp-interview-problem-3870) #### Notes