Ad
  • Custom User Avatar

    Javascript tests are broken. An input of:

    [[["09:00","11:30"],["13:30","16:00"],["16:00","17:30"],["17:45","19:00"]],[["09:15","12:00"],["14:00","16:30"],["17:00","17:30"]],[["11:30","12:15"],["15:00","16:30"],["17:45","19:00"]]]

    and duration of:

    90

    is expecting a return of 12.15 but this would collide with the meeting which begins at 13:30.

    Can this be fixed please? Thanks!

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution