Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
I have just posted my solution and all tests are OK
Which language did you use?
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??
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