You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- You probably won't see any dynamic programming problems in your interview, but it's worth being able to recognize a problem as being a candidate for dynamic programming
896
-
- This subject can be pretty difficult, as each DP soluble problem must be defined as a recursion relation, and coming up with it can be tricky
897
-
- I suggest looking at many examples of DP problems until you have a solid understanding of the pattern involved
895
+
- You probably won't see any dynamic programming problems in your interview, but it's worth being able to recognize a problem as being a candidate for dynamic programming.
896
+
- This subject can be pretty difficult, as each DP soluble problem must be defined as a recursion relation, and coming up with it can be tricky.
897
+
- I suggest looking at many examples of DP problems until you have a solid understanding of the pattern involved.
898
898
-[ ] Videos:
899
899
- the Skiena videos can be hard to follow since he sometimes uses the whiteboard, which is too small to see
0 commit comments