Skip to content

Commit e7a5daf

Browse files
authored
Merge pull request #1026 from aryan-1309/sortcolor
LC Problem 0075 Sort Colors Problem's solution Added.
2 parents cffeba0 + 1a407fd commit e7a5daf

File tree

2 files changed

+440
-99
lines changed

2 files changed

+440
-99
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ export const problems = [
458458
"problemName": "75. Sort Colors",
459459
"difficulty": "Medium",
460460
"leetCodeLink": "https://leetcode.com/problems/sort-colors/",
461-
"solutionLink": "#"
461+
"solutionLink": "/dsa-solutions/lc-solutions/0000-0099/sort-colors"
462462
},
463463
{
464464
"problemName": "76. Minimum Window Substring",

0 commit comments

Comments
 (0)