LLD - Design — Hotel Booking System
Given existing bookings:
[(10, 12), (14, 16), (18, 20)], what will be the result of checking a new booking (12, 14) for conflict using the overlap condition start1 < end2 and start2 < end1?