Open In App

GATE | GATE-CS-2016 (Set 1) | Question 24

Given the intervals [(1, 4), (3, 6), (5, 7), (8, 9)], what would be the output of calling a function that solves the Job Scheduling Algorithm?

(A)



[(1, 4), (5, 7), (8, 9)]

(B)



 [(1, 4), (3, 6), (8, 9)]

(C)

 [(1, 4), (3, 6)]

(D)

 [(1, 4), (3, 6), (5, 7)]


Answer: (C)
Explanation:
Quiz of this Question
Please comment below if you find anything wrong in the above post

Article Tags :