Skip to content

Commit 74a9674

Browse files
authored
Merge pull request #996 from aryan-1309/lis
Attached solution path with LIS problem.
2 parents c93c288 + 4b0c43d commit 74a9674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsa-problems/leetcode-problems/0300-0399.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const problems = [
1515
"problemName": "300. Longest Increasing Subsequence",
1616
"difficulty": "Medium",
1717
"leetCodeLink": "https://leetcode.com/problems/longest-increasing-subsequence/",
18-
"solutionLink": "#"
18+
"solutionLink": "/dsa-solutions/lc-solutions/0300-0399/longest-increasing-subsequence"
1919
},
2020
{
2121
"problemName": "301. Remove Invalid Parentheses",

0 commit comments

Comments
 (0)