List Colouring Trees in Logarithmic Space
Hans L. Bodlaender, Carla Groenland, Hugo Jacob

TL;DR
This paper demonstrates that List Colouring on trees can be efficiently solved in logarithmic space, significantly improving the understanding of space complexity for graph colouring problems.
Contribution
It introduces a deterministic logarithmic space algorithm for List Colouring on trees, advancing the computational complexity knowledge for this problem.
Findings
List Colouring on trees is solvable in O(log n) space.
The algorithm is deterministic and space-efficient.
This work improves previous complexity bounds for tree colourings.
Abstract
We show that List Colouring can be solved on -vertex trees by a deterministic Turing machine using bits on the worktape. Given an -vertex graph and a list of available colours for each , a list colouring for is a proper colouring such that for all .
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.
