Skip to content (access key 's')
Logo of Technion
Logo of CS Department
Logo of CS4People
Events

The Taub Faculty of Computer Science Events and Talks

Theory Seminar: Ad-hoc Window Summation
event speaker icon
Ran Ben-Basat (CS, Technion)
event date icon
Wednesday, 25.10.2017, 12:30
event location icon
Taub 201
Computing the sum of elements over a sliding window is a textbook interview question. By storing the last window and its sum in memory, we can process elements and answer queries in constant time and near-optimal space. In this talk, I will discuss a variant of this problem where the user specifies the window size i≤n query time, and only an upper bound n is known in advance.

As window sizes in practice may be large, standard practice is to settle on approximation algorithms that use sub-linear space. I will present upper and lower bounds on the space required for approximating such queries.