2020
Sliding Window Algorithms for k-Clustering Problems
NeurIPS 2020poster
The sliding window model of computation captures scenarios in which data is arriving continuously, but only the latest $w$ elements should be used for analysis. The goal is to design algorithms that update the solution efficiently with each arrival rather than recomputing it from scratch. In this wo…