Skip to content

Commit 3d6cdcd

Browse files
authored
Merge pull request #1271 from shreyash3087/add/leetcode-553
Docs: Added Solutions to Leetcode 553
2 parents 1e3ffc2 + c886883 commit 3d6cdcd

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)