Skip to content

Commit 59d7389

Browse files
authored
Merge pull request #1422 from shreyash3087/add/leetcode-621
Docs: Added Solutions to Leetcode 621
2 parents 6ea2885 + 3042609 commit 59d7389

File tree

2 files changed

+422
-1
lines changed

2 files changed

+422
-1
lines changed

dsa-problems/leetcode-problems/0600-0699.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ export const problems = [
141141
"problemName": "621. Task Scheduler",
142142
"difficulty": "Medium",
143143
"leetCodeLink": "https://leetcode.com/problems/task-scheduler",
144-
"solutionLink": "#"
144+
"solutionLink": "/dsa-solutions/lc-solutions/0600-0699/task-scheduler"
145145
},
146146
{
147147
"problemName": "622. Design Circular Queue",

0 commit comments

Comments
 (0)