From d72cac0b905f1ccf58fef63ee809d9d698ff4c35 Mon Sep 17 00:00:00 2001 From: Ayushmaanagarwal1121 Date: Wed, 26 Jun 2024 16:23:14 +0530 Subject: [PATCH] Added leetcode problem 3183 --- dsa-problems/leetcode-problems/3100-3199.md | 6 ++++++ 1 file changed, 6 insertions(+) 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": "#" +}, ];