From dfeb11cb9b8c3fc6df8dbe63381f56c890a548aa Mon Sep 17 00:00:00 2001 From: martynas-sm <73378276+martynas-sm@users.noreply.github.com> Date: Wed, 5 Jul 2023 09:54:32 +0300 Subject: Removed outdated link from dynamic-programming section. The link to a quiz on https://www.commonlounge.com/discussion/cdbbfe83bcd64281964b788969247253 is no longer valid. --- dynamic-programming.html.markdown | 2 -- 1 file changed, 2 deletions(-) (limited to 'dynamic-programming.html.markdown') 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. -- cgit v1.2.3