English
Related papers

Related papers: Chip games and paintability

200 papers

A k-fold x-coloring of a graph is an assignment of (at least) k distinct colors from the set {1, 2, ..., x} to each vertex such that any two adjacent vertices are assigned disjoint sets of colors. The smallest number x such that G admits a…

Discrete Mathematics · Computer Science 2016-11-11 Manoel Campêlo , Ricardo C. Corrêa , Phablo F. S. Moura , Marcio C. Santos

Let $G$ be a graph and $k$ be a positive integer, and let $Kc(G, k)$ denote the number of Kempe equivalence classes for the $k$-colorings of $G$. In 2006, Mohar noted that $Kc(G, k) = 1$ if $G$ is bipartite. As a generalization, we show…

Combinatorics · Mathematics 2024-12-06 Daniel W. Cranston , Carl Feghali

The $k$ red domination problem for a bipartite graph $G=(X,Y,E)$ is to find a subset $D \subseteq X$ of cardinality at most $k$ that dominates vertices of $Y$. The decision version of this problem is NP-complete for general bipartite graphs…

Data Structures and Algorithms · Computer Science 2022-03-22 Nesrine Abbas

List k-Coloring (Li k-Col) is the decision problem asking if a given graph admits a proper coloring compatible with a given list assignment to its vertices with colors in {1,2,..,k}. The problem is known to be NP-hard even for k=3 within…

Computational Complexity · Computer Science 2020-02-10 Josep Díaz , Öznur Yaşar Diner , Maria Serna , Oriol Serra

A normal $k$-edge-coloring of a cubic graph is an edge-coloring with $k$ colors having the additional property that when looking at the set of colors assigned to any edge $e$ and the four edges adjacent it, we have either exactly five…

Discrete Mathematics · Computer Science 2021-10-05 Giuseppe Mazzuoccolo , Vahan Mkrtchyan

We consider the task of detecting a hidden bipartite subgraph in a given random graph. This is formulated as a hypothesis testing problem, under the null hypothesis, the graph is a realization of an Erd\H{o}s-R\'{e}nyi random graph over $n$…

Data Structures and Algorithms · Computer Science 2024-03-07 Asaf Rotenberg , Wasim Huleihel , Ofer Shayevitz

For any bipartite graph $H$, we determine a minimum degree threshold for a balanced bipartite graph $G$ to contain a perfect $H$-tiling. We show that this threshold is best possible up to a constant depending only on $H$. Additionally, we…

Combinatorics · Mathematics 2014-10-20 Albert Bush , Yi Zhao

We study the two-player game where Maker and Breaker alternately color the edges of a given graph $G$ with $k$ colors such that adjacent edges never get the same color. Maker's goal is to play such that at the end of the game, all edges are…

Combinatorics · Mathematics 2018-02-14 Ralph Keusch

The distinguishing number of a permutation group $G\leqslant\Sym(\Omega)$ is the minimum number of colours needed to colour $\Omega$ in such a way that the only colour preserving element of $G$ is the identity. The distinguishing number of…

Combinatorics · Mathematics 2026-01-23 Lei Chen , Alice Devillers , Luke Morgan , Friedrich Rober

A conflict-free k-coloring of a graph assigns one of k different colors to some of the vertices such that, for every vertex v, there is a color that is assigned to exactly one vertex among v and v's neighbors. Such colorings have…

It is not hard to find many complete bipartite graphs which are not determined by their spectra. We show that the graph obtained by deleting an edge from a complete bipartite graph is determined by its spectrum. We provide some graphs, each…

Combinatorics · Mathematics 2016-01-27 Chia-an Liu , Chih-wen Weng

A vertex coloring is called distinguishing if the identity is the only automorphism that can preserve it. The distinguishing threshold $\theta(G)$ of a graph $G$ is the minimum number of colors $k$ required that any arbitrary $k$-coloring…

Combinatorics · Mathematics 2024-02-09 Saeid Alikhani , Mohammad Hadi Shekarriz

A proper edge $t$-coloring of a graph $G$ is a coloring of edges of $G$ with colors $1,2,...,t$ such that all colors are used, and no two adjacent edges receive the same color. The set of colors of edges incident with a vertex $x$ is called…

Discrete Mathematics · Computer Science 2012-05-02 A. M. Khachatryan , R. R. Kamalian

A Grundy k-coloring of a graph G, is a vertex k-coloring of G such that for each two colors i and j with i < j, every vertex of G colored by j has a neighbor with color i. The Grundy chromatic number (G), is the largest integer k for which…

Discrete Mathematics · Computer Science 2014-06-06 Ali Mansouri , Mohamed Salim Bouhlel

This paper studies the on-line choice number on complete multipartite graphs with independence number $m$. We give a unified strategy for every prescribed $m$. Our main result leads to several interesting consequences comparable to known…

Combinatorics · Mathematics 2014-12-18 Fei-Huang Chang , Hong-Bin Chen , Jun-Yi Guo , Yu-Pei Huang

We study online bipartite edge coloring, with nodes on one side of the graph revealed sequentially. The trivial greedy algorithm is $(2-o(1))$-competitive, which is optimal for graphs of low maximum degree, $\Delta=O(\log n)$ [BNMN IPL'92].…

Data Structures and Algorithms · Computer Science 2024-10-28 Joakim Blikstad , Ola Svensson , Radu Vintan , David Wajc

Let $G$ be a nontrivial connected graph of order $n$ with an edge-coloring $c:E(G)\rightarrow\{1,2,\dots,t\}$,$t\in\mathbb{N}$, where adjacent edges may be colored with the same color. A tree $T$ in $G$ is a \emph{proper tree} if no two…

Combinatorics · Mathematics 2016-12-07 Wenjing Li , Xueliang Li , Jingshu Zhang

A graph is k-total colourable if there is an assignment of k different colours to the vertices and edges of the graph such that no two adjacent nor incident elements receive the same colour. The total chromatic number of some direct product…

Combinatorics · Mathematics 2020-08-06 Jeannette Janssen , Kyle MacKeigan

Let $G=(V,E)$ be a graph. A (proper) $k$-edge-coloring is a coloring of the edges of $G$ such that any pair of edges sharing an endpoint receive distinct colors. A classical result of Vizing ensures that any simple graph $G$ admits a…

Combinatorics · Mathematics 2020-01-07 Nicolas Bousquet , Bastien Durain

Graph colouring is a fundamental problem for networks, serving as a tool for avoiding conflicts via symmetry breaking, for example, avoiding multiple computer processes simultaneously updating the same resource. This paper considers a…

Data Structures and Algorithms · Computer Science 2025-11-26 Duncan Adamson , George B. Mertzios , Paul G. Spirakis