You are provided an ordered list of scheduled meetings for an individual. Every meeting has a start and end time in 24-hour notation separated with a hyphen. 6 write a function that returns all the times where the individual is free.
Return the data in the same format as the input. 8 9 0 I Example: Input: [ "09:00-09:30", "11:00-12:00" , "14:15 - 15:00" ]