Skip to content

Commit 47a230d

Browse files
committed
#621: description update
1 parent 190d7fa commit 47a230d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c-sharp/Problems/heap_priority-queue/TaskScheduler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
* This leads to idling twice between repetitions of these tasks.
3737
*
3838
* Constraints:
39-
* • 1 <= tasks.length <= 104
39+
* • 1 <= tasks.length <= 10^4
4040
* • tasks[i] is an uppercase English letter.
4141
* • 0 <= n <= 100
4242
**

0 commit comments

Comments
 (0)