LLD - Design — Hotel Booking System
Given existing bookings
[(8, 10), (12, 14), (15, 17)], what will be the result of checking a new booking (10, 12) for conflict using the condition start_new < end_existing AND start_existing < end_new?