diff --git a/dsa-problems/leetcode-problems/3100-3199.md b/dsa-problems/leetcode-problems/3100-3199.md index 8b797478c..2144ff2f0 100644 --- a/dsa-problems/leetcode-problems/3100-3199.md +++ b/dsa-problems/leetcode-problems/3100-3199.md @@ -448,6 +448,12 @@ export const problems = [ "leetCodeLink": "https://leetcode.com/problems/maximum-total-reward-using-operations-ii", "solutionLink": "#" }, +{ +"problemName": "3183. The Number of Ways To Make The Sum", +"difficulty": "Medium", +"leetCodeLink": "https://leetcode.com/problems/the-number-of-ways-to-make-the-sum", +"solutionLink": "#" +}, ];