Skip to content

Commit 278eb15

Browse files
committed
Added link of lc problem 771 in problems
1 parent bb0349b commit 278eb15

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

dsa-problems/leetcode-problems/0700-0799.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ export const problems = [
440440
"problemName": "771. Jewels and Stones",
441441
"difficulty": "Easy",
442442
"leetCodeLink": "https://leetcode.com/problems/jewels-and-stones",
443-
"solutionLink": "#"
443+
"solutionLink": "/dsa-solutions/lc-solutions/0700-0799/jewels-and-stones"
444444
},
445445
{
446446
"problemName": "772. Basic Calculator III",

0 commit comments

Comments
 (0)