中文
相关论文

相关论文: Chip games and multipartite graph paintability

200 篇论文

A graph on $n$ vertices is equitably $k$-colorable if it is $k$-colorable and every color is used either $\left\lfloor n/k \right\rfloor$ or $\left\lceil n/k \right\rceil$ times. Such a problem appears to be considerably harder than vertex…

离散数学 · 计算机科学 2023-06-22 Guilherme de C. M. Gomes , Carlos V. G. C. Lima , Vinícius F. dos Santos

Following a given ordering of the edges of a graph $G$, the greedy edge colouring procedure assigns to each edge the smallest available colour. The minimum number of colours thus involved is the chromatic index $\chi'(G)$, and the maximum…

We consider the problem of list edge coloring for planar graphs. Edge coloring is the problem of coloring the edges while ensuring that two edges that are incident receive different colors. A graph is k-edge-choosable if for any assignment…

离散数学 · 计算机科学 2013-03-19 Marthe Bonamy

A graph $G=(V,E)$ is called $(k,k')$-choosable if for any total list assignment $L$ which assigns to each vertex $v$ a set $L(v)$ of $k$ real numbers, and assigns to each edge $e$ a set $L(e)$ of $k'$ real numbers, there is a mapping…

组合数学 · 数学 2024-03-05 T. Wu , J. Luo , Y. Gao

Independently posed by Behzad and Vizing, the Total Coloring Conjecture asserts that the total chromatic number of a simple connected graph $G$ is either $\Delta(G)+1$ or $\Delta(G)+2$, where $\Delta(G)$ is the largest degree of any vertex…

组合数学 · 数学 2026-05-13 I. J. Dejter

We consider a randomized algorithm for the unique games problem, using independent multinomial probabilities to assign labels to the vertices of a graph. The expected value of the solution obtained by the algorithm is expressed as a…

计算复杂性 · 计算机科学 2015-08-10 Rajeev Kohli , Ramesh Krishnamurti

A split graph is a graph whose vertex set can be partitioned into a clique and an independent set. A connected graph $G$ is said to be $t$-admissible if admits a special spanning tree in which the distance between any two adjacent vertices…

组合数学 · 数学 2024-06-13 Fernanda Couto , Diego Amaro Ferraz , Sulamita Klein

We prove the existence of a function $f :\mathbb{N} \to \mathbb{N}$ such that the vertices of every planar graph with maximum degree $\Delta$ can be 3-colored in such a way that each monochromatic component has at most $f(\Delta)$ vertices.…

组合数学 · 数学 2014-06-19 Louis Esperet , Gwenaël Joret

The Minimum Fill-in problem is to decide if a graph can be triangulated by adding at most k edges. Kaplan, Shamir, and Tarjan [FOCS 1994] have shown that the problem is solvable in time O(2^(O(k)) + k2 * nm) on graphs with n vertices and m…

数据结构与算法 · 计算机科学 2011-04-13 Fedor V. Fomin , Yngve Villanger

We study a two-person game played on graphs based on the widely studied chip-firing game. Players Max and Min alternately place chips on the vertices of a graph. When a vertex accumulates as many chips as its degree, it fires, sending one…

组合数学 · 数学 2013-05-09 A. Bonato , W. Kinnersley , P. Pralat

A graph $G$ is $r$-equitably $k$-colorable if its vertex set can be partitioned into $k$ independent sets, any two of which differ in size by at most $r$. The $r$-equitable chromatic threshold of a graph $G$, denoted by $\chi_{r=}^*(G)$, is…

组合数学 · 数学 2013-10-09 Wei Wang , Zhidan Yan , Xin Zhang

A coloring of a graph is an assignment of colors to its vertices such that adjacent vertices have different colors. Two colorings are equivalent if they induce the same partition of the vertex set into color classes. Let $\mathcal{A}(G)$ be…

组合数学 · 数学 2024-03-11 Alain Hertz , Hadrien Mélot , Sébastien Bonte , Gauvain Devillez , Pierre Hauweele

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…

组合数学 · 数学 2018-02-14 Ralph Keusch

In this paper, we show that every $(2P_2,K_4)$-free graph is 4-colorable. The bound is attained by the five-wheel and the complement of the seven-cycle. This answers an open question by Wagon \cite{Wa80} in the 1980s. Our result can also be…

组合数学 · 数学 2018-12-17 Serge Gaspers , Shenwei Huang

A coloring of a connected graph $G$ is a function $f$ mapping the vertex set of $G$ into the set of all integers. For any subgraph $H$ of $G$, we denote the sum of the values of $f$ on the vertices of $H$ as $f(H)$. If for any integer $k\in…

组合数学 · 数学 2016-10-04 Chin-Lin Shiue , Hui-Chuan Lu

The smallest number of edges forming an n-uniform hypergraph which is not r-colorable is denoted by m(n,r). Erd\H{o}s and Lov\'{a}sz conjectured that m(n,2)=\theta(n 2^n)$. The best known lower bound m(n,2)=\Omega(sqrt(n/log(n)) 2^n) was…

组合数学 · 数学 2013-10-07 Danila D. Cherkashin , Jakub Kozik

For every $n\in\mathbb{N}$ and $k\geq2$, it is known that every $k$-edge-colouring of the complete graph on $n$ vertices contains a monochromatic connected component of order at least $\frac{n}{k-1}$. For $k\geq3$, it is known that the…

组合数学 · 数学 2021-01-01 Hannah Guggiari , Alex Scott

We study the approximability of the maximum size independent set (MIS) problem in bounded degree graphs. This is one of the most classic and widely studied NP-hard optimization problems. We focus on the well known minimum degree greedy…

数据结构与算法 · 计算机科学 2020-02-03 Piotr Krysta , Mathieu Mari , Nan Zhi

In this paper, we investigate the following Gallai-Ramsey question: how large must a complete bipartite graph $K_{n_1, n_2}$ be before any coloring of its edges with $r$ colors contains either a monochromatic copy of $G = K_{s,t}$ or a…

组合数学 · 数学 2024-10-11 Isabel McGuigan , Katherine Pan

We give lower bounds on the communication complexity of graph problems in the multi-party blackboard model. In this model, the edges of an $n$-vertex input graph are partitioned among $k$ parties, who communicate solely by writing messages…

数据结构与算法 · 计算机科学 2021-03-15 Christian Konrad , Peter Robinson , Viktor Zamaraev
‹ 上一页 1 8 9 10 下一页 ›