English

Finding $b$-colorings Using Feedback Edges

Data Structures and Algorithms 2025-12-17 v1

Abstract

A bb-coloring of a graph is a proper vertex coloring such that each color class contains a vertex that sees all other colors in its neighborhood. The bb-coloring problem, in which the task is to decide whether a graph admits a bb-coloring with kk colors, is NP-complete in general but polytime solvable on trees. Moreover, it is known that bb-coloring is in XP but W[tt]-hard for all tNt \in \mathbb{N} when parameterized by tree-width. In fact, only very few parameters, such as the vertex cover number, were known to admit an FPT algorithm for bb-coloring. In this paper, we consider a more restrictive parameter measuring similarity to trees than tree-width, namely the feedback edge number, and show that bb-coloring is fixed-parameter tractable under this parameterization. Our algorithm combines standard techniques used in parameterized algorithmics with the problem-specific ideas used in the polytime algorithm for trees. In addition, we present an FPT algorithm for bb-coloring parameterized by distance to co-cluster, which is a parameter measuring similarity to complete multipartite graphs. Finally, we make several observations based on known results, including that bb-coloring is W[11]-hard when parameterized by tree-depth.

Keywords

Cite

@article{arxiv.2512.14390,
  title  = {Finding $b$-colorings Using Feedback Edges},
  author = {Jakub Balabán},
  journal= {arXiv preprint arXiv:2512.14390},
  year   = {2025}
}
R2 v1 2026-07-01T08:27:22.072Z