Thumbtack | phone screen
Anonymous User
652

Design and implement a class that powers the Professionals calendar availability system. It should support the following:

  1. Add an Event
  2. Retrieve an Event and its details
  3. Delete an Event
  4. Compute isSlotFree: Given a customer request with a start date/time and end date/time, return whether the pro is free to take that request.
    /*
    Assume few thousand users for now
    */
Comments (1)