From 4b0c43d7e00f5c2edc1e906e31e9632148d45ed2 Mon Sep 17 00:00:00 2001 From: aryan1309 Date: Tue, 11 Jun 2024 11:48:41 +0530 Subject: [PATCH] Attached solution path with LIS problem. --- dsa-problems/leetcode-problems/0300-0399.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsa-problems/leetcode-problems/0300-0399.md b/dsa-problems/leetcode-problems/0300-0399.md index 974e35a03..4b4eb637d 100644 --- a/dsa-problems/leetcode-problems/0300-0399.md +++ b/dsa-problems/leetcode-problems/0300-0399.md @@ -15,7 +15,7 @@ export const problems = [ "problemName": "300. Longest Increasing Subsequence", "difficulty": "Medium", "leetCodeLink": "https://leetcode.com/problems/longest-increasing-subsequence/", - "solutionLink": "#" + "solutionLink": "/dsa-solutions/lc-solutions/0300-0399/longest-increasing-subsequence" }, { "problemName": "301. Remove Invalid Parentheses",