中文
相关论文

相关论文: On-line list colouring of random graphs

200 篇论文

A (k,d)-list assignment L of a graph G is a mapping that assigns to each vertex v a list L(v) of at least k colors and for any adjacent pair xy, the lists L(x) and L(y) share at most d colors. A graph G is (k,d)-choosable if there exists an…

组合数学 · 数学 2016-12-16 Hal Kierstead , Bernard Lidický

In the first part of this paper, we consider weighted domination in the case where the vertices of the complete graph on~\(n\) vertices are equipped with independent and identically distributed (i.i.d.) weights. We use the probabilistic…

概率论 · 数学 2023-01-16 Ghurumuruhan Ganesan

The dichromatic number $\vec{\chi}(D)$ of a digraph $D$ is the least number $k$ such that the vertex set of $D$ can be partitioned into $k$ parts each of which induces an acyclic subdigraph. Introduced by Neumann-Lara in 1982, this digraph…

组合数学 · 数学 2015-10-26 Julien Bensmail , Ararat Harutyunyan , Ngoc Khang Le

The eternal graph colouring problem, recently introduced by Klostermeyer and Mendoza, is a version of the graph colouring game, where two players take turns properly colouring a graph. In this note, we study the eternal game chromatic…

组合数学 · 数学 2021-03-02 Vojtěch Dvořák , Rebekah Herrman , Peter van Hintum

Inspired by the majority colorings and C-colorings, we introduce and study the majority C-coloring of graphs. In such a vertex coloring, every vertex shares its color with at least half of its neighbors. The maximum number of colors that…

组合数学 · 数学 2026-04-23 Csilla Bujtas , Magda Dettlaff , Hanna Furmanczyk , Aleksandra Laskowska

The famous List Colouring Conjecture from the 1970s states that for every graph $G$ the chromatic index of $G$ is equal to its list chromatic index. In 1996 in a seminal paper, Kahn proved that the List Colouring Conjecture holds…

组合数学 · 数学 2023-11-09 Marthe Bonamy , Michelle Delcourt , Richard Lang , Luke Postle

Let $\epsilon \in (0, 1)$ and $n, \Delta \in \mathbb N$ be such that $\Delta = \Omega\left(\max\left\{\frac{\log n}{\epsilon},\, \left(\frac{1}{\epsilon}\log \frac{1}{\epsilon}\right)^2\right\}\right)$. Given an $n$-vertex $m$-edge simple…

数据结构与算法 · 计算机科学 2025-02-14 Abhishek Dhawan

Let n>0 be a number. Let Gn be the graph on n-dimensional Euclidean space connecting points of rational distance. It is consistent with the choiceless theory ZF+DC that Gn has countable chromatic number yet Gn+1 does not.

逻辑 · 数学 2022-01-04 Jindrich Zapletal

An $(a:b)$-coloring of a graph $G$ is a function $f$ which maps the vertices of $G$ into $b$-element subsets of some set of size $a$ in such a way that $f(u)$ is disjoint from $f(v)$ for every two adjacent vertices $u$ and $v$ in $G$. The…

组合数学 · 数学 2022-12-06 Chun-Hung Liu

DP-coloring (also known as correspondence coloring) is a generalization of list coloring developed recently by Dvo\v{r}\'{a}k and Postle. In this paper we introduce and study the fractional DP-chromatic number $\chi_{DP}^\ast(G)$. We…

组合数学 · 数学 2019-06-04 Anton Bernshteyn , Alexandr Kostochka , Xuding Zhu

Fix a sequence of $d$-regular graphs $(G_d)_{d\in \mathbb{N}}$ and denote by $G_{d,p}$ the graph obtained from $G_d$ after edge-percolation with probability $p=c/d$, for a constant $c>0$. We prove a quantitative local convergence of…

组合数学 · 数学 2025-03-17 Sahar Diskin , Mihyun Kang , Lyuben Lichev

Given a dynamic graph $G$ with $n$ vertices and $m$ edges subject to insertion an deletions of edges, we show how to maintain a $(1+\varepsilon)\Delta$-edge-colouring of $G$ without the use of randomisation. More specifically, we show a…

数据结构与算法 · 计算机科学 2025-11-10 Aleksander B. G. Christiansen

Our purpose is to show that complements of line graphs enjoy nice coloring properties. We show that for all graphs in this class the local and usual chromatic numbers are equal. We also prove a sufficient condition for the chromatic number…

组合数学 · 数学 2020-04-07 Hamid Reza Daneshpajouh , Frédéric Meunier , Guilhem Mizrahi

A $b$-coloring of a graph is a proper coloring such that every color class contains a vertex adjacent to at least one vertex in each of the other color classes. The $b$-chromatic number of a graph $G$, denoted by $b(G)$, is the maximum…

组合数学 · 数学 2013-02-19 Amine El Sahili , Mekkia Kouider , Maidoun Mortada

An $r$-dynamic $k$-coloring of a graph $G$ is a proper $k$-coloring such that for any vertex $v$, there are at least $\min\{r, deg_G(v) \}$ distinct colors in $N_G(v)$. The $r$-dynamic chromatic number $\chi_r^d(G)$ of a graph $G$ is the…

组合数学 · 数学 2019-09-11 Ruijuan Gu , Seog-Jin Kim , Yulai Ma , Yongtang Shi

Given positive integers $p \ge k$, and a non-negative integer $d$, we say a graph $G$ is $(k,d,p)$-choosable if for every list assignment $L$ with $|L(v)|\geq k$ for each $v \in V(G)$ and $|\bigcup_{v\in V(G)}L(v)| \leq p$, there exists an…

组合数学 · 数学 2023-06-26 Jie Ma , Rongxing Xu , Xuding Zhu

A colouring of a graph $G=(V,E)$ is a mapping $c\colon V\to \{1,2,\ldots\}$ such that $c(u)\neq c(v)$ for every two adjacent vertices $u$ and $v$ of $G$. The {\sc List $k$-Colouring} problem is to decide whether a graph $G=(V,E)$ with a…

数据结构与算法 · 计算机科学 2021-08-27 Nick Brettell , Jake Horsfield , Andrea Munaro , Daniel Paulusma

What is the minimum number of edges that have to be added to the random graph $G=G_{n,0.5}$ in order to increase its chromatic number $\chi=\chi(G)$ by one percent ? One possibility is to add all missing edges on a set of $1.01 \chi$…

组合数学 · 数学 2010-02-10 N. Alon , B. Sudakov

We present an improved version of a previous efficient algorithm that computes the number $D(n)$ of zero-free graphical degree sequences of length $n$. A main ingredient of the improvement lies in a more efficient way to compute the…

组合数学 · 数学 2018-06-28 Kai Wang , Troy Purvis

List colouring is an NP-complete decision problem even if the total number of colours is three. It is hard even on planar bipartite graphs. We give a polynomial-time algorithm for solving list colouring of permutation graphs with a bounded…

离散数学 · 计算机科学 2012-06-25 Jessica Enright , Lorna Stewart , Gabor Tardos