Abstract
We present a new threshold phenomenon in data structure lower bounds where slightly reduced update times lead to exploding query times. Consider incremental connectivity, letting tu be the time to insert an edge and tq be the query time. For tu = Omega(tq), the problem is equivalent to the well-understood union-find problem: proc{InsertEdge}(s,t) can be implemented by Union(Find(s), Find(t)). This gives worst-case time tu = tq = O(lg n / lg lg n) and amortized tu = tq = O(α(n)). By contrast, we show that if tu = o(lg n / lg lg n), the query time explodes to tq ≥ n1-o(1). In other words, if the data structure doesn't have time to find the roots of each disjoint set (tree) during edge insertion, there is no effective way to organize the information! For amortized complexity, we demonstrate a new inverse-Ackermann type trade-off in the regime tu = o(tq). A similar lower bound is given for fully dynamic connectivity, where an update time of o(lg n) forces the query time to be n 1-o(1). This lower bound allows for amortization and Las Vegas randomization, and comes close to the known O(lg n · (lg lg n) O(1)) upper bound.
Originalsprog | Engelsk |
---|---|
Titel | Proceedings of the forty-third annual ACM symposium on Theory of computing |
Antal sider | 9 |
Forlag | Association for Computing Machinery |
Publikationsdato | 2011 |
Sider | 559-567 |
ISBN (Trykt) | 978-1-4503-0691-1 |
DOI | |
Status | Udgivet - 2011 |
Udgivet eksternt | Ja |
Begivenhed | 43rd ACM Symposium on Theory of Computing - San Jose, California, USA Varighed: 6 jun. 2011 → 8 jun. 2011 Konferencens nummer: 43 |
Konference
Konference | 43rd ACM Symposium on Theory of Computing |
---|---|
Nummer | 43 |
Land/Område | USA |
By | San Jose, California |
Periode | 06/06/2011 → 08/06/2011 |