Skip to content

Commit c886883

Browse files
committed
Added Solutions to Leetcode 553
1 parent 10873a1 commit c886883

File tree

2 files changed

+402
-1
lines changed

2 files changed

+402
-1
lines changed

dsa-problems/leetcode-problems/0500-0599.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ export const problems =[
314314
"problemName": "553. Optimal Division",
315315
"difficulty": "Medium",
316316
"leetCodeLink": "https://leetcode.com/problems/optimal-division",
317-
"solutionLink": "#"
317+
"solutionLink": "/dsa-solutions/lc-solutions/0500-0599/optimal-division"
318318
},
319319
{
320320
"problemName": "554. Brick Wall",

0 commit comments

Comments
 (0)