Skip to content

Commit 0bb521f

Browse files
authored
Merge pull request #2117 from Ayushmaanagarwal1211/add-3183
Added leetcode problem 3183
2 parents bcbc29e + d72cac0 commit 0bb521f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dsa-problems/leetcode-problems/3100-3199.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,12 @@ export const problems = [
448448
"leetCodeLink": "https://leetcode.com/problems/maximum-total-reward-using-operations-ii",
449449
"solutionLink": "#"
450450
},
451+
{
452+
"problemName": "3183. The Number of Ways To Make The Sum",
453+
"difficulty": "Medium",
454+
"leetCodeLink": "https://leetcode.com/problems/the-number-of-ways-to-make-the-sum",
455+
"solutionLink": "#"
456+
},
451457
];
452458

453459
<Table

0 commit comments

Comments
 (0)