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

5 Oct 2018

Very standard interval question