English

Dynamic Algorithms for Interval Scheduling on a Single Machine

Data Structures and Algorithms 2014-12-30 v1

Abstract

We investigate dynamic algorithms for the interval scheduling problem. Our algorithm runs in amortised time O(logn)O(\log n) for query operation and O(dlog2n)O(d\log^2 n) for insertion and removal operations, where nn and dd are the maximal numbers of intervals and pairwise overlapping intervals respectively. We also show that for a monotonic set, that is when no interval properly contains another interval, the amortised complexity is O(logn)O(\log n) for both query and update operations. We compare the two algorithms for the monotonic interval sets using experiments.

Keywords

Cite

@article{arxiv.1412.8005,
  title  = {Dynamic Algorithms for Interval Scheduling on a Single Machine},
  author = {Alex Gavryushkin and Bakhadyr Khoussainov and Mikhail Kokho and Jiamou Liu},
  journal= {arXiv preprint arXiv:1412.8005},
  year   = {2014}
}
R2 v1 2026-06-22T07:44:31.290Z