Distributed Minimum Vertex Coloring and Maximum Independent Set in Chordal Graphs
Christian Konrad, Viktor Zamaraev

TL;DR
This paper presents near-optimal distributed algorithms for approximating minimum vertex coloring and maximum independent set in chordal graphs, utilizing tree decompositions to efficiently partition and process the graph layers.
Contribution
It introduces deterministic distributed algorithms with tight bounds for coloring and independent set approximation in chordal graphs, leveraging novel tree decomposition techniques.
Findings
Coloring algorithm runs in $O(rac{1}{psilon} \, \log n)$ rounds.
Independent set algorithm runs in $O(rac{1}{psilon} \, \log(\frac{1}{psilon}) \, \log^* n)$ rounds.
Lower bounds match the algorithm complexities, showing optimality.
Abstract
We give deterministic distributed -approximation algorithms for Minimum Vertex Coloring and Maximum Independent Set on chordal graphs in the LOCAL model. Our coloring algorithm runs in rounds, and our independent set algorithm has a runtime of rounds. For coloring, existing lower bounds imply that the dependencies on and are best possible. For independent set, we prove that rounds are necessary. Both our algorithms make use of a tree decomposition of the input chordal graph. They iteratively peel off interval subgraphs, which are identified via the tree decomposition of the input graph, thereby partitioning the vertex set into layers. For coloring, each interval graph is colored independently, which results in various…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Optimization and Search Problems · Advanced Graph Theory Research
