Jump to content

Pagh's problem

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by BattyBot (talk | contribs) at 13:15, 28 May 2021 (References: General fixes, added uncategorised tag). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Pagh's problem is a datastructure problem often used when studying lower bounds in computer science named after Rasmus Pagh. Mihai Pătrașcu was the first to give lower bounds for the problem. In 2021 it was shown that, given popular conjectures, the naive linear time algorithm is optimal.[1]

Definition

We are given as inputs subsets over a universe .

We must accept updates of the following kind: Given a pointer to two subsets and , create a new subset .

After each update, we must output whether the new subset is empty or not.

References

  1. ^ Henzinger, Monika, et al. "Unifying and strengthening hardness for dynamic problems via the online matrix-vector multiplication conjecture." Proceedings of the forty-seventh annual ACM symposium on Theory of computing. 2015.