Greedy Algorithms8 sections · 316 units
Open in CourseQuiz: Interval Intersections
Apply the algorithm
Check Your Understanding
A = [[0,3]], B = [[1,2]]. What is the intersection?
- A.[[0,2]]
- B.[[0,3]]
- C.[[1,2]]
- D.[]
Apply the algorithm
A = [[0,3]], B = [[1,2]]. What is the intersection?