Skip to content

Commit 4d46a38

Browse files
Update algorithms/heap/schedule_tasks/README.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 97a8c16 commit 4d46a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algorithms/heap/schedule_tasks/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Find the minimum number of machines required to complete these n tasks.
1313

1414
- n == `tasks.length`
1515
- 1 <= `tasks.length` <= 10^3
16-
- 0 <= `tasksi.start` < `tasksi.end` <= 10^4
16+
- 0 <= `tasks[i].start` < `tasks[i].end` <= 10^4
1717

1818
## Examples
1919

0 commit comments

Comments
 (0)