Skip to content

Commit 2e0f50a

Browse files
authored
Merge pull request codeharborhub#1695 from vansh-codes/leetcodeQ945
added lc solution 71: Issue codeharborhub#1632
2 parents 24f147f + 990ff5c commit 2e0f50a

File tree

2 files changed

+394
-1
lines changed

2 files changed

+394
-1
lines changed

dsa-problems/leetcode-problems/0000-0099.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ export const problems = [
433433
"problemName": "71. Simplify Path",
434434
"difficulty": "Medium",
435435
"leetCodeLink": "https://leetcode.com/problems/simplify-path/",
436-
"solutionLink": "#"
436+
"solutionLink": "/dsa-solutions/lc-solutions/0000-0099/simplify-path"
437437
},
438438
{
439439
"problemName": "72. Edit Distance",

0 commit comments

Comments
 (0)