diff --git a/02. Algorithms/09. Dynamic Programming/001. Target Sum/README.md b/02. Algorithms/09. Dynamic Programming/001. Target Sum/README.md index db86cef5..1d4e8c03 100644 --- a/02. Algorithms/09. Dynamic Programming/001. Target Sum/README.md +++ b/02. Algorithms/09. Dynamic Programming/001. Target Sum/README.md @@ -1,3 +1,6 @@ ## Set of Leetcode Problems based on basic Dynamic Programming Approach -# Problem Link - https://leetcode.com/study-plan/dynamic-programming/?progress \ No newline at end of file +# Problem Link - https://leetcode.com/study-plan/dynamic-programming/?progress + +## Target Sum Problem link +# https://leetcode.com/problems/target-sum/