Google | Phone Screen | Book events
Anonymous User
1474

Write a code to make a calendar to book events with following condition on booking a event:

  1. Single booking is allowed https://leetcode.com/problems/my-calendar-i
  2. Double booking is allowed https://leetcode.com/problems/my-calendar-ii
  3. Triple or more booking is not allowed https://leetcode.com/problems/my-calendar-iii
Comments (2)