Skip to content

Instantly share code, notes, and snippets.

@efojs
Created October 11, 2021 22:16
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 efojs/5c9b35275fe893e3b058562868cbd4a9 to your computer and use it in GitHub Desktop.
Save efojs/5c9b35275fe893e3b058562868cbd4a9 to your computer and use it in GitHub Desktop.
Check if intervals overlap
if (
foo[0] <= bar[0] and f] and foo[1] >= bar[0]
or foo[0] >= bar[0oo[0] <= bar[1]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment