Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4cfa87e

Browse files
committed
Practice problems
1 parent 1db9a2c commit 4cfa87e

File tree

1 file changed

+0
-1
lines changed
  • algorithms/greedy_and_divide_and_conquer/3_scheduling/solution

1 file changed

+0
-1
lines changed

algorithms/greedy_and_divide_and_conquer/3_scheduling/solution/solution.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
def task_schedule(tasks):
32
tasks.sort(key = lambda x: x[1])
43
number_of_tasks = 0

0 commit comments

Comments
 (0)