Skip to content

Commit 12092fb

Browse files
authored
Merge pull request #1955 from Ayushmaanagarwal1211/Scrollbar-Animation
Added Leetcode 3181 problem
2 parents aed551e + 6450fdf commit 12092fb

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
@@ -442,6 +442,12 @@ export const problems = [
442442
"leetCodeLink": "https://leetcode.com/problems/maximum-total-reward-using-operations-i",
443443
"solutionLink": "#"
444444
},
445+
{
446+
"problemName": "3181. Maximum Total Reward Using Operations II",
447+
"difficulty": "Hard",
448+
"leetCodeLink": "https://leetcode.com/problems/maximum-total-reward-using-operations-ii",
449+
"solutionLink": "#"
450+
},
445451
];
446452

447453
<Table

0 commit comments

Comments
 (0)