Dynamic Algorithms for Graph Coloring

November 12, 2017 ยท Declared Dead ยท ๐Ÿ› ACM-SIAM Symposium on Discrete Algorithms

๐Ÿ‘ป CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Sayan Bhattacharya, Deeparnab Chakrabarty, Monika Henzinger, Danupon Nanongkai arXiv ID 1711.04355 Category cs.DS: Data Structures & Algorithms Citations 87 Venue ACM-SIAM Symposium on Discrete Algorithms Last Checked 2 months ago
Abstract
We design fast dynamic algorithms for proper vertex and edge colorings in a graph undergoing edge insertions and deletions. In the static setting, there are simple linear time algorithms for $(ฮ”+1)$- vertex coloring and $(2ฮ”-1)$-edge coloring in a graph with maximum degree $ฮ”$. It is natural to ask if we can efficiently maintain such colorings in the dynamic setting as well. We get the following three results. (1) We present a randomized algorithm which maintains a $(ฮ”+1)$-vertex coloring with $O(\log ฮ”)$ expected amortized update time. (2) We present a deterministic algorithm which maintains a $(1+o(1))ฮ”$-vertex coloring with $O(\text{poly} \log ฮ”)$ amortized update time. (3) We present a simple, deterministic algorithm which maintains a $(2ฮ”-1)$-edge coloring with $O(\log ฮ”)$ worst-case update time. This improves the recent $O(ฮ”)$-edge coloring algorithm with $\tilde{O}(\sqrtฮ”)$ worst-case update time by Barenboim and Maimon.
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