Skip to content

Commit ed0fc8a

Browse files
committed
algorithms & ds - competitive programming problems set (c++ solutions_base - dynamic programming)
1 parent fe8be6a commit ed0fc8a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

competitive_prog/code/dynamic_p.MD

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,4 +215,7 @@ Directed Acyclic Graphs : LIS = Longest path in DAG + 1. LIS [4] = 1 + max { LIS
215215

216216
<img src="img/boxstack_algo.png" width=100%>
217217

218-
Resources : [ Video : [5 Simple Steps for Solving Dynamic Programming Problems](https://youtu.be/aPQY__2H3tE?si=5E-UJDxwCPKKrxC7), Mastering Dynamic Programming - How to solve any interview problem - [(Part 1)](https://youtu.be/Hdr64lKQ3e4?si=gyxiDKqWIzPo_EGx), [(Part 2)](https://youtu.be/rE5h11FwiVw?si=Bv5AKug6xIZOJjwV), NeetCode - [Dynamic Programming](https://www.youtube.com/watch?v=g0npyaQtAQM&list=PLot-Xpze53lcvx_tjrr_m2lgD2NsRHlNO), [Dynamic Programming - Learn to Solve Algorithmic Problems & Coding Challenges](https://youtu.be/oBt53YbR9Kk?si=kKhLpcDl7AAf1oVH), [DP Series](https://www.youtube.com/watch?v=PGsgv6nXhLw&list=PLDzeHZWIZsTomOPnCiU3J95WufjE36wsb), hackerEarth - [Dynamic Programming](https://www.hackerearth.com/practice/algorithms/dynamic-programming/introduction-to-dynamic-programming-1/tutorial/), leetcode - [Dynamic Programming](https://leetcode.com/tag/dynamic-programming/) ]
218+
Resources : [ Video : [5 Simple Steps for Solving Dynamic Programming Problems](https://youtu.be/aPQY__2H3tE?si=5E-UJDxwCPKKrxC7), Mastering Dynamic Programming - How to solve any interview problem - [(Part 1)](https://youtu.be/Hdr64lKQ3e4?si=gyxiDKqWIzPo_EGx), [(Part 2)](https://youtu.be/rE5h11FwiVw?si=Bv5AKug6xIZOJjwV), NeetCode - [Dynamic Programming](https://www.youtube.com/watch?v=g0npyaQtAQM&list=PLot-Xpze53lcvx_tjrr_m2lgD2NsRHlNO), [Dynamic Programming - Learn to Solve Algorithmic Problems & Coding Challenges](https://youtu.be/oBt53YbR9Kk?si=kKhLpcDl7AAf1oVH), [DP Series](https://www.youtube.com/watch?v=PGsgv6nXhLw&list=PLDzeHZWIZsTomOPnCiU3J95WufjE36wsb), hackerEarth - [Dynamic Programming](https://www.hackerearth.com/practice/algorithms/dynamic-programming/introduction-to-dynamic-programming-1/tutorial/), leetcode - [Dynamic Programming](https://leetcode.com/tag/dynamic-programming/) ]
219+
220+
Read : [ [Dynamic Programming (DP) Tutorial with Problems](https://www.geeksforgeeks.org/introduction-to-dynamic-programming-data-structures-and-algorithm-tutorials/), [DP Tutorial and Problem List](https://codeforces.com/blog/entry/67679), [Must do Dynamic programming Problems Category wise](https://leetcode.com/discuss/general-discussion/1050391/Must-do-Dynamic-programming-Problems-Category-wise), [Everything About Dynamic Programming](https://codeforces.com/blog/entry/43256), [Dynamic Programming Problems](https://leetcode.com/discuss/general-discussion/1000929/solved-all-dynamic-programming-dp-problems-in-7-months), [The Ultimate Guide to Dynamic Programming](https://medium.com/@al.eks/the-ultimate-guide-to-dynamic-programming-65865ef7ec5b), [DYNAMIC PROGRAMMING: FROM NOVICE TO ADVANCED](https://www.topcoder.com/thrive/articles/Dynamic%20Programming:%20From%20Novice%20to%20Advanced), [Dynamic Programming Algorithms Every Programmer Should Know](https://dev.to/rishitashaw/dynamic-programming-algorithms-every-programmer-should-know-3915), [
221+
Dynamic Programming Patterns](https://leetcode.com/discuss/general-discussion/458695/Dynamic-Programming-Patterns), [Top 50 Dynamic Programming Practice Problems](https://medium.com/techie-delight/top-50-dynamic-programming-practice-problems-4208fed71aa3) ]

competitive_prog/dsalgo.MD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ Graph Algorithms [ [NOTES](./code/graph_base.MD) ] </th>
129129
+ Knapsack Problems
130130
+ From Permutations to Subsets
131131
+ Counting Tilings
132+
133+
[ [How to Solve Any Dynamic Programming Problem](https://blog.pramp.com/how-to-solve-any-dynamic-programming-problem-603b6fbbd771) ]
132134
</td>
133135
<td>
134136

0 commit comments

Comments
 (0)