summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormartynas-sm <73378276+martynas-sm@users.noreply.github.com>2023-07-05 09:54:32 +0300
committerGitHub <noreply@github.com>2023-07-05 09:54:32 +0300
commitdfeb11cb9b8c3fc6df8dbe63381f56c890a548aa (patch)
tree1d7203965da5ca8edd4e07c4314e451e82a363ce
parent9d56491446573d97fb17fb2a3f3af2b404a0257d (diff)
Removed outdated link from dynamic-programming section.
The link to a quiz on https://www.commonlounge.com/discussion/cdbbfe83bcd64281964b788969247253 is no longer valid.
-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.