/schedule-diff

Subtract schedules

Primary LanguagePython

schedule-diff

A program that will subtract one list of time ranges from another. Formally: for two lists of time ranges A and B, a time is in (A-B) if and only if it is part of A and not part of B.

Run This Code

  1. clone the repo
  2. cd schedule-diff
  3. ./schedule-diff.py note: python3 must be installed