Ad
  • Custom User Avatar

    I have just posted my solution and all tests are OK

  • Default User Avatar

    Which language did you use?

  • Default User Avatar

    Python test cases are seriously broken. For some tests, the answered returned for the appointment start time is the latest start time rather than the earliest. Has anyone completed this for python and gone through the tests??

  • Default User Avatar

    Python test cases seem broken. If no business person has any meeting from 09:00 to 13:30 and you are looking for a slot of 75 mins, the answer should be 09:00 (earlist). However, second and third test case assumes the day starts at 12:15. Fourth test case assumes the day starts at 17:00. :S