Dynamic Algorithms for Graph Coloring
November 12, 2017 ยท Declared Dead ยท ๐ ACM-SIAM Symposium on Discrete Algorithms
"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 Contributions
Found the code? Know the venue? Think something is wrong? Let us know!
๐ Similar Papers
In the same crypt โ Data Structures & Algorithms
R.I.P.
๐ป
Ghosted
R.I.P.
๐ป
Ghosted
Relief-Based Feature Selection: Introduction and Review
R.I.P.
๐ป
Ghosted
Route Planning in Transportation Networks
R.I.P.
๐ป
Ghosted
Near-linear time approximation algorithms for optimal transport via Sinkhorn iteration
R.I.P.
๐ป
Ghosted
Hierarchical Clustering: Objective Functions and Algorithms
R.I.P.
๐ป
Ghosted
Graph Isomorphism in Quasipolynomial Time
Died the same way โ ๐ป Ghosted
R.I.P.
๐ป
Ghosted
Language Models are Few-Shot Learners
R.I.P.
๐ป
Ghosted
PyTorch: An Imperative Style, High-Performance Deep Learning Library
R.I.P.
๐ป
Ghosted
XGBoost: A Scalable Tree Boosting System
R.I.P.
๐ป
Ghosted