summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMarcel Ribeiro-Dantas <ribeirodantasdm@gmail.com>2023-07-05 11:17:41 -0300
committerGitHub <noreply@github.com>2023-07-05 11:17:41 -0300
commitecccf1826bff4e803a75c7a903e9ed3444864de3 (patch)
tree1d7203965da5ca8edd4e07c4314e451e82a363ce
parent9d56491446573d97fb17fb2a3f3af2b404a0257d (diff)
parentdfeb11cb9b8c3fc6df8dbe63381f56c890a548aa (diff)
Merge pull request #4697 from martynas-sm/patch-1
[dynamic-programming/en] Removed outdated link from dynamic-programming section.
-rw-r--r--dynamic-programming.html.markdown2
1 files changed, 0 insertions, 2 deletions
diff --git a/dynamic-programming.html.markdown b/dynamic-programming.html.markdown
index 3e3c0413..ff053384 100644
--- a/dynamic-programming.html.markdown
+++ b/dynamic-programming.html.markdown
@@ -59,5 +59,3 @@ for i=0 to n-1
* [Optimal Substructure Property](https://www.geeksforgeeks.org/dynamic-programming-set-2-optimal-substructure-property/)
* [How to solve a DP problem](https://www.geeksforgeeks.org/solve-dynamic-programming-problem/)
* [How to write DP solutions](https://www.quora.com/Are-there-any-good-resources-or-tutorials-for-dynamic-programming-DP-besides-the-TopCoder-tutorial/answer/Michal-Danilák)
-
-And a [quiz](https://www.commonlounge.com/discussion/cdbbfe83bcd64281964b788969247253) to test your knowledge.