Lime Interview Question

Write a function isPossible(targetReservation, currentReservations), output if target reservation can be made given current list of reservations. Reservations include start and end time

Interview Answer

Anonymous

Oct 5, 2018

Very standard interval question