Streaming Complexity of Checking Priority Queues
Nathana\"el Fran\c{c}ois, Frederic Magniez

TL;DR
This paper investigates the complexity of verifying priority queue operations in massive data streams, proving that multiple passes do not reduce memory requirements, but a reverse second pass significantly decreases memory usage.
Contribution
It demonstrates that additional passes do not improve verification efficiency with timestamps, but a reverse second pass reduces memory to polylogarithmic size.
Findings
Multiple passes do not help in checking priority queues with timestamps.
A reverse second pass reduces memory to O((log N)^2).
The results extend previous work on data structure verification complexity.
Abstract
This work is in the line of designing efficient checkers for testing the reliability of some massive data structures. Given a sequential access to the insert/extract operations on such a structure, one would like to decide, a posteriori only, if it corresponds to the evolution of a reliable structure. In a context of massive data, one would like to minimize both the amount of reliable memory of the checker and the number of passes on the sequence of operations. Chu, Kannan and McGregor initiated the study of checking priority queues in this setting. They showed that use of timestamps allows to check a priority queue with a single pass and memory space O(N^(1/2)), up to a polylogarithmic factor. Later, Chakrabarti, Cormode, Kondapally and McGregor removed the use of timestamps, and proved that more passes do not help. We show that, even in the presence of timestamps, more passes do not…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
