中文
相关论文

相关论文: Coloring k-colorable graphs using relatively small…

200 篇论文

The Four color problem is closely related to other branches of mathematics and practical applications. More than 20 of its reformulations are known, which connect this problem with problems of algebra, statistical mechanics and planning.…

历史与综述 · 数学 2024-05-10 Sergey Kurapov , Maxim Davidovsky

In recent years, there has been a growing interest in solving various graph coloring problems in the streaming model. The initial algorithms in this line of work are all crucially randomized, raising natural questions about how important a…

数据结构与算法 · 计算机科学 2022-12-22 Sepehr Assadi , Amit Chakrabarti , Prantar Ghosh , Manuel Stoeckl

Golovach, Paulusma and Song (Inf. Comput. 2014) asked to determine the parameterized complexity of the following problems parameterized by $k$: (1) Given a graph $G$, a clique modulator $D$ (a clique modulator is a set of vertices, whose…

数据结构与算法 · 计算机科学 2019-07-30 Gregory Gutin , Diptapriyo Majumdar , Sebastian Ordyniak , Magnus Wahlström

We solve, in a fully decentralised way (\ie with no message passing), the classic problem of colouring a graph. We propose a novel algorithm that is automatically responsive to topology changes, and we prove that it converges quickly to a…

数据结构与算法 · 计算机科学 2017-09-05 Alessandro Checco , Douglas J. Leith

A new algorithm for exactly sampling from the set of proper colorings of a graph is presented. This is the first such algorithm that has an expected running time that is guaranteed to be linear in the size of a graph with maximum degree \(…

概率论 · 数学 2026-01-01 Kritika Bhandari , Mark Huber

A hypergraph is said to be $\chi$-colorable if its vertices can be colored with $\chi$ colors so that no hyperedge is monochromatic. $2$-colorability is a fundamental property (called Property B) of hypergraphs and is extensively studied in…

数据结构与算法 · 计算机科学 2015-06-23 Vijay V. S. P. Bhattiprolu , Venkatesan Guruswami , Euiwoong Lee

A $2$-distance $k$-coloring of a graph is a proper $k$-coloring of the vertices where vertices at distance at most 2 cannot share the same color. We prove the existence of a $2$-distance ($\Delta+2$)-coloring for graphs with maximum average…

组合数学 · 数学 2021-09-27 Hoang La , Mickael Montassier

A graph is $(c_1, c_2, ..., c_k)$-colorable if the vertex set can be partitioned into $k$ sets $V_1,V_2, ..., V_k$, such that for every $i: 1\leq i\leq k$ the subgraph $G[V_i]$ has maximum degree at most $c_i$. We show that every planar…

组合数学 · 数学 2012-08-17 Owen Hill , Gexin Yu

Let $H$ be a triple system with maximum degree $d>1$ and let $r>10^7\sqrt{d}\log^{2}d$. Then $H$ has a proper vertex coloring with $r$ colors such that any two color classes differ in size by at most one. The bound on $r$ is sharp in order…

组合数学 · 数学 2010-05-25 Hal Kierstead , Dhruv Mubayi

Let $G=(V,E)$ be a simple graph of maximum degree $\Delta$. The edges of $G$ can be colored with at most $\Delta +1$ colors by Vizing's theorem. We study lower bounds on the size of subgraphs of $G$ that can be colored with $\Delta$ colors.…

数据结构与算法 · 计算机科学 2014-03-04 Marcin Kamiński , Łukasz Kowalik

For an integer $r>0$, a conditional $(k,r)$-coloring of a graph $G$ is a proper $k$-coloring of the vertices of $G$ such that every vertex $v$ of degree $d(v)$ in $G$ is adjacent to vertices with at least $min\{r, d(v)\}$ different colors.…

离散数学 · 计算机科学 2007-11-20 Xueliang Li , Xiangmei Yao , Wenli Zhou

We demonstrate that for every positive integer $\Delta$, every K\_4-minor-free graph with maximum degree $\Delta$ admits an equitable coloring with k colors wherek $\ge$ ($\Delta$+3)/2. This bound is tight and confirms a conjecture by Zhang…

组合数学 · 数学 2017-03-08 Rémi De Joannis de Verclos , Jean-Sébastien Sereni

$(1^a, 2^b)$-coloring is the problem of partitioning the vertex set of a graph into $a$ independent sets and $b$ 2-independent sets. This problem was recently introduced by Choi and Liu. We study the computational complexity and extremal…

组合数学 · 数学 2026-02-16 Thomas Delépine

A square coloring of a graph $G$ is a coloring of the square $G^2$ of $G$, that is, a coloring of the vertices of $G$ such that any two vertices that are at distance at most $2$ in $G$ receive different colors. We investigate the complexity…

数据结构与算法 · 计算机科学 2022-11-09 Akanksha Agrawal , Dániel Marx , Daniel Neuen , Jasper Slusallek

Let $G$ be a graph with $n$ vertices, $m$ edges, average degree $\delta$, and maximum degree $\Delta$. The "oriented chromatic number" of $G$ is the maximum, taken over all orientations of $G$, of the minimum number of colours in a proper…

组合数学 · 数学 2008-09-09 David R. Wood

A $2$-distance $k$-coloring of a graph is a proper $k$-coloring of the vertices where vertices at distance at most 2 cannot share the same color. We prove the existence of a $2$-distance ($\Delta+1$)-coloring for graphs with maximum average…

组合数学 · 数学 2021-04-06 Hoang La , Mickael Montassier

Vizing showed that it suffices to color the edges of a simple graph using $\Delta + 1$ colors, where $\Delta$ is the maximum degree of the graph. However, up to this date, no efficient distributed edge-coloring algorithms are known for…

数据结构与算法 · 计算机科学 2019-04-11 Hsin-Hao Su , Hoa T. Vu

We study a family of closely-related distributed graph problems, which we call degree splitting, where roughly speaking the objective is to partition (or orient) the edges such that each node's degree is split almost uniformly. Our findings…

数据结构与算法 · 计算机科学 2016-08-11 Mohsen Ghaffari , Hsin-Hao Su

The clustering of a graph coloring is the maximum size of monochromatic components. This paper studies colorings with bounded clustering in graph classes with bounded layered treewidth, which include planar graphs, graphs of bounded Euler…

组合数学 · 数学 2024-11-05 Chun-Hung Liu , David R. Wood

We consider two graph colouring problems in which edges at distance at most $t$ are given distinct colours, for some fixed positive integer $t$. We obtain two upper bounds for the distance-$t$ chromatic index, the least number of colours…

组合数学 · 数学 2015-10-29 Tomáš Kaiser , Ross J. Kang