Scheduling Problems

Strategies

  • Almost always requires to sort the event list (by start time, or end time).
  • Likely to use Priority Queues to find the optimal value.

Problems