Skip to content

Commit 92170a9

Browse files
authored
Merge pull request #458 from cpinitiative/thecodingwizard-patch-1
content: remove incomplete section from intro to dp module
2 parents 6b3f7ba + 3ab1c50 commit 92170a9

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

content/4_Gold/Intro_DP.mdx

+8-10
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,6 @@ Although it is not too difficult to grasp the general ideas behind DP, the techn
104104

105105
## General Resources
106106

107-
Note: You can skip the video and just use the starred resources if you want.
108-
109-
<Youtube id="YBSt1jYwVfU" />
110-
111107
<Resources>
112108
<Resource source="CPH" title="7 - DP" starred>
113109
Great introduction that covers most classical problems. Mentions
@@ -136,6 +132,14 @@ Note: You can skip the video and just use the starred resources if you want.
136132
<Resource source="PAPS" title="9 - DP">
137133
starts with DAGs, which are covered in "Topological Sort"
138134
</Resource>
135+
</Resources>
136+
137+
If you prefer watching videos instead, here are some options:
138+
139+
<Resources>
140+
<Resource source="Youtube" title="Errichto DP #1 - Fibonacci, iteration vs recursion" url="https://www.youtube.com/watch?v=YBSt1jYwVfU">
141+
Great Introductory Errichto DP Video
142+
</Resource>
139143
<Resource source="Youtube" title="Errichto DP #2 - Coin change, double counting" url="https://www.youtube.com/watch?v=1mtvm2ubHCY">
140144
Another Errichto DP video regarding coin change
141145
</Resource>
@@ -153,12 +157,6 @@ It's usually a good idea to write a slower solution first. For example, if the c
153157

154158
</Info>
155159

156-
<IncompleteSection>
157-
158-
this list is pretty long, should have a good reason for including each of these
159-
160-
</IncompleteSection>
161-
162160
## Classical Problems
163161

164162
The next few modules provide examples of some classical problems, or Dynamic Programming problems which are well known. However, classical doesn't necessarily mean common. Since so many competitors know about these problems, problemsetters rarely set direct applications of them. <!-- Solutions for most of these problems can be found in Chapter 7 of CPH.

0 commit comments

Comments
 (0)