Greedy Algorithms8 sections · 316 units
Open in Course

Quiz: Interval Intersections

Apply the algorithm

Check Your Understanding

A = [[0,3]], B = [[1,2]]. What is the intersection?

  1. A.[[0,2]]
  2. B.[[0,3]]
  3. C.[[1,2]]
  4. D.[]
Start the roadmap to answer the quizzes and solve the challenges