Skip to content

Instantly share code, notes, and snippets.

@Arieg419
Last active December 18, 2016 09:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Arieg419/2a2407663b1ed68b7f83b9427adf0441 to your computer and use it in GitHub Desktop.
Save Arieg419/2a2407663b1ed68b7f83b9427adf0441 to your computer and use it in GitHub Desktop.
// We should consider these meetings as overlapping
[{startTime: 1, endTime: 2}, {startTime: 2, endTime: 3}];
// Overlapping meetings! How can we overlapping meeting programitically?
[{startTime: 4, endTime: 6}, {startTime: 5, endTime: 7}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment