LLD - Design — Hotel Booking System
Which of the following code snippets correctly checks if two time intervals
(start1, end1) and (start2, end2) overlap?(start1, end1) and (start2, end2) overlap?start1 < end2 and start2 < end1 correctly detects overlap.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions