Vidyalelo
Data Structure · Q482

Miscellaneous on Data Structures

Programming · Data Structure · question 482

Q482

Suppose two activities A and B, having start and finish time as SA, FA and SB, FB respectively. Both the activities are said to be compatible, under which of the following condition?

A.
SA = FB
B.
SA > FB
C.
SA >= FB or SB >= FA
Answer
D.
SA >= FB and SB = FA

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board