Incremental Edge Orientation in Forests
Abstract
For any forest it is possible to orient the edges so that no vertex in has out-degree greater than . This paper considers the incremental edge-orientation problem, in which the edges arrive over time and the algorithm must maintain a low-out-degree edge orientation at all times. We give an algorithm that maintains a maximum out-degree of while flipping at most edge orientations per edge insertion, with high probability in . The algorithm requires worst-case time per insertion, and takes amortized time . The previous state of the art required up to edge flips per insertion. We then apply our edge-orientation results to the problem of dynamic Cuckoo hashing. The problem of designing simple families of hash functions that are compatible with Cuckoo hashing has received extensive attention. These families are known to satisfy \emph{static guarantees}, but do not come typically with \emph{dynamic guarantees} for the running time of inserts and deletes. We show how to transform static guarantees (for -associativity) into near-state-of-the-art dynamic guarantees (for -associativity) in a black-box fashion. Rather than relying on the family to supply randomness, as in past work, we instead rely on randomness within our table-maintenance algorithm.
Cite
@article{arxiv.2107.02318,
title = {Incremental Edge Orientation in Forests},
author = {Michael A. Bender and Tsvi Kopelowitz and William Kuszmaul and Ely Porat and Clifford Stein},
journal= {arXiv preprint arXiv:2107.02318},
year = {2021}
}