Skip to content

Commit dc540c6

Browse files
committed
Added Solution to Leetcode 473
1 parent 6e6741e commit dc540c6

File tree

2 files changed

+664
-1
lines changed

2 files changed

+664
-1
lines changed

dsa-problems/leetcode-problems/0400-0499.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ export const problems = [
452452
"problemName": "473. Matchsticks to Square",
453453
"difficulty": "Medium",
454454
"leetCodeLink": "https://leetcode.com/problems/matchsticks-to-square",
455-
"solutionLink": "#"
455+
"solutionLink": "/dsa-solutions/lc-solutions/0400-0499/matchsticks-to-square"
456456
},
457457
{
458458
"problemName": "474. Ones and Zeroes",

0 commit comments

Comments
 (0)