Improved Algorithms for Edge Colouring in the W-Streaming Model
Moses Charikar, Paul Liu

TL;DR
This paper introduces two new algorithms for edge colouring in the W-streaming model, achieving near-optimal colour bounds under different edge arrival assumptions with limited space.
Contribution
It presents the first algorithms for edge colouring in the W-streaming model that work under both random and adversarial edge arrival scenarios.
Findings
First algorithm uses $oldsymbol{ riangle + o( riangle)}$ colours with $oldsymbol{O(n ext{polylog} n)}$ space for random permutations.
Second algorithm uses approximately $oldsymbol{ riangle^2 / s}$ colours with $oldsymbol{ ilde{O}(n s)}$ space for adversarial arrivals.
Algorithms operate efficiently within the space constraints of the W-streaming model.
Abstract
In the W-streaming model, an algorithm is given space and must process a large graph of up to edges. In this short note we give two algorithms for edge colouring under the W-streaming model. For edge colouring in W-streaming, a colour for every edge must be determined by the time all the edges are streamed. Our first algorithm uses colours in space when the edges arrive according to a uniformly random permutation. The second algorithm uses colours in space when edges arrival adversarially.
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
TopicsOptimization and Search Problems · Complexity and Algorithms in Graphs · Algorithms and Data Compression
