Skip to content

Commit 170863a

Browse files
committed
Added Solutions to Leetcode 621
1 parent 9e46474 commit 170863a

File tree

2 files changed

+419
-1
lines changed

2 files changed

+419
-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)