English
Related papers

Related papers: A conditional greedy algorithm for edge-coloring

200 papers

Let $\Delta(G)$ and $\chi'(G)$ be the maximum degree and chromatic index of a graph $G$, respectively. Appearing in different forms, Gupta\,(1967), Goldberg\,(1973), Andersen\,(1977), and Seymour\,(1979) made the following conjecture: Every…

Combinatorics · Mathematics 2026-02-18 Guangming Jing

Vizing's theorem states that any graph of maximum degree $\Delta$ can be properly edge colored with at most $\Delta+1$ colors. In the online setting, it has been a matter of interest to find an algorithm that can properly edge color any…

Data Structures and Algorithms · Computer Science 2024-10-30 Aditi Dudeja , Rashmika Goswami , Michael Saks

Vizing's celebrated theorem asserts that any graph of maximum degree $\Delta$ admits an edge coloring using at most $\Delta+1$ colors. In contrast, Bar-Noy, Naor and Motwani showed over a quarter century that the trivial greedy algorithm,…

Data Structures and Algorithms · Computer Science 2019-04-22 Ilan Reuven Cohen , Binghui Peng , David Wajc

We present a randomized algorithm that, given a constant $\epsilon > 0$, outputs a proper $(1+\epsilon)\Delta$-edge-coloring of an $m$-edge simple graph $G$ of maximum degree $\Delta \geq 1/\epsilon$ in $O(m)$ time with high probability.…

Data Structures and Algorithms · Computer Science 2025-02-10 Anton Bernshteyn , Abhishek Dhawan

Nearly three decades ago, Bar-Noy, Motwani and Naor showed that no online edge-coloring algorithm can edge color a graph optimally. Indeed, their work, titled "the greedy algorithm is optimal for on-line edge coloring", shows that the…

Data Structures and Algorithms · Computer Science 2021-05-17 Amin Saberi , David Wajc

A strong edge-coloring of a graph $G$ is an edge-coloring such that no two edges of distance at most two receive the same color. The strong chromatic index $\chi'_s(G)$ is the minimum number of colors in a strong edge-coloring of $G$. P.…

Combinatorics · Mathematics 2015-10-06 Chuanyun Zang

State of the art maximum clique algorithms use a greedy graph colouring as a bound. We show that greedy graph colouring can be misleading, which has implications for parallel branch and bound.

Data Structures and Algorithms · Computer Science 2013-10-30 Ciaran McCreesh , Patrick Prosser

In this paper, we consider algorithms for edge-coloring multigraphs $G$ of bounded maximum degree, i.e., $\Delta(G) = O(1)$. Shannon's theorem states that any multigraph of maximum degree $\Delta$ can be properly edge-colored with…

Data Structures and Algorithms · Computer Science 2023-10-31 Abhishek Dhawan

Vizing's theorem guarantees that every graph with maximum degree $\Delta$ admits an edge coloring using $\Delta + 1$ colors. In online settings - where edges arrive one at a time and must be colored immediately - a simple greedy algorithm…

Data Structures and Algorithms · Computer Science 2025-07-30 Joakim Blikstad , Ola Svensson , Radu Vintan , David Wajc

An adjacent vertex distinguishing coloring of a graph G is a proper edge coloring of G such that any pair of adjacent vertices are incident with distinct sets of colors. The minimum number of colors needed for an adjacent vertex…

Combinatorics · Mathematics 2012-08-14 Lianzhu Zhang , Weifan Wang , Ko-Wei Lih

An edge colouring of a multigraph can be thought of as a partition of the edges into matchings (a matching meets each vertex at most once). Analogously, an edge cover colouring is a partition of the edges into edge covers (an edge cover…

Combinatorics · Mathematics 2010-07-23 David Pritchard

The greedy coloring algorithm shows that a graph of maximum degree at most $\Delta$ has chromatic number at most $\Delta + 1$, and this is tight for cliques. Much attention has been devoted to improving this "greedy bound" for graphs…

Combinatorics · Mathematics 2018-03-06 Marthe Bonamy , Tom Kelly , Peter Nelson , Luke Postle

We present a deterministic distributed algorithm in the LOCAL model that finds a proper $(\Delta + 1)$-edge-coloring of an $n$-vertex graph of maximum degree $\Delta$ in $\mathrm{poly}(\Delta, \log n)$ rounds. This is the first nontrivial…

Combinatorics · Mathematics 2021-03-08 Anton Bernshteyn

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…

Let $\chi'_\subset(G)$ be the least number of colours necessary to properly colour the edges of a graph $G$ with minimum degree $\delta\geq 2$ so that the set of colours incident with any vertex is not contained in a set of colours incident…

Combinatorics · Mathematics 2019-09-04 Jakub Kwaśny , Jakub Przybyło

We develop an improved bound for the chromatic number of graphs of maximum degree $\Delta$ under the assumption that the number of edges spanning any neighbourhood is at most $(1-\sigma)\binom{\Delta}{2}$ for some fixed $0<\sigma<1$. The…

Combinatorics · Mathematics 2022-09-13 Eoin Hurley , Rémi de Joannis de Verclos , Ross J. Kang

Given a graph $G$ with $n$ vertices and maximum degree $\Delta$, it is known that $G$ admits a vertex coloring with $\Delta + 1$ colors such that no edge of $G$ is monochromatic. This can be seen constructively by a simple greedy algorithm,…

Data Structures and Algorithms · Computer Science 2021-02-16 Jackson Morris , Fang Song

The problem of sampling edge-colorings of graphs with maximum degree $\Delta$ has received considerable attention and efficient algorithms are available when the number of colors is large enough with respect to $\Delta$. Vizing's theorem…

Data Structures and Algorithms · Computer Science 2025-01-22 Lucas De Meyer , František Kardoš , Aurélie Lagoutte , Guillem Perarnau

For a graph $G$, we show that if $mad(G)<m$, then $\chi'_\ell(G)\leq \Delta+1$ where $m$ depends upon $\Delta$ and $\chi'_\ell(G)$ is the list-chromatic index of $G$. When $\Delta\leq 20$ the value of $m$ is close to $\frac{1}{2}\Delta$,…

Combinatorics · Mathematics 2023-05-05 Joshua Harrelson

The classic theorem of Vizing (Diskret. Analiz.'64) asserts that any graph of maximum degree $\Delta$ can be edge colored (offline) using no more than $\Delta+1$ colors (with $\Delta$ being a trivial lower bound). In the online setting,…

Data Structures and Algorithms · Computer Science 2024-02-29 Joakim Blikstad , Ola Svensson , Radu Vintan , David Wajc
‹ Prev 1 2 3 10 Next ›