Low-Memory Algorithms for Online and W-Streaming Edge Coloring

April 24, 2023 Β· Declared Dead Β· πŸ› arXiv.org

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Prantar Ghosh, Manuel Stoeckl arXiv ID 2304.12285 Category cs.DS: Data Structures & Algorithms Citations 7 Venue arXiv.org Last Checked 4 months ago
Abstract
For edge coloring, the online and the W-streaming models seem somewhat orthogonal: the former needs edges to be assigned colors immediately after insertion, typically without any space restrictions, while the latter limits memory to sublinear in the input size but allows an edge's color to be announced any time after its insertion. We aim for the best of both worlds by designing small-space online algorithms for edge coloring. We study the problem under both (adversarial) edge arrivals and vertex arrivals. Our results significantly improve upon the memory used by prior online algorithms while achieving an $O(1)$-competitive ratio. In particular, for $n$-node graphs with maximum vertex-degree $Ξ”$ under edge arrivals, we obtain an online $O(Ξ”)$-coloring in $\tilde{O}(n\sqrtΞ”)$ space. This is also the first W-streaming edge-coloring algorithm using $O(Ξ”)$ colors (in sublinear memory). All prior works either used linear memory or $Ο‰(Ξ”)$ colors. We also achieve a smooth color-space tradeoff: for any $t=O(Ξ”)$, we get an $O(Ξ”t (\log^2 Ξ”))$-coloring in $\tilde{O}(n\sqrt{Ξ”/t})$ space, improving upon the state of the art that used $\tilde{O}(nΞ”/t)$ space for the same number of colors (the $\tilde{O}(.)$ notation hides polylog$(n)$ factors). The improvements stem from extensive use of random permutations that enable us to avoid previously used colors. Most of our algorithms can be derandomized and extended to multigraphs, where edge coloring is known to be considerably harder than for simple graphs.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted