This is about a scheduling app. The idea is to create a function when passed in a list of datetime start and end time [[15.00,16.00],[16.10,17.30]] like this that means I am booking on this time the times don't over lap so I should return true if the over lap I should return false.