Greedy Algorithms8 sections · 316 units
Open in Course

Quiz: Edge Cases

Touching intervals

Check Your Understanding

Do intervals [1,3] and [3,5] overlap?

  1. A.Both A and C are correct
  2. B.Yes, they share point 3
  3. C.Depends on whether intervals are open or closed
  4. D.No, if the problem considers touching as non-overlapping
Start the roadmap to answer the quizzes and solve the challenges