English
Related papers

Related papers: A Tight Lower Bound for Cycle Detection in Grid Gr…

200 papers

We prove moderate deviations bounds for the lower tail of the number of odd cycles in a $\calG(n, m)$ random graph. We show that the probability of decreasing triangle density by $t^3$, is $\exp(-\Theta(n^2 t^2))$ whenever $n^{-3/4} \ll t^3…

Probability · Mathematics 2022-01-07 Joe Neeman , Charles Radin , Lorenzo Sadun

In the \emph{incremental cycle detection} problem arcs are added to a directed acyclic graph and the algorithm has to report if the new arc closes a cycle. One seeks to minimize the total time to process the entire sequence of arc…

Data Structures and Algorithms · Computer Science 2013-11-01 Edith Cohen , Amos Fiat , Haim Kaplan , Liam Roditty

Answering a question by Letzter and Snyder, we prove that for large enough $k$ any $n$-vertex graph $G$ with minimum degree at least $\frac{1}{2k-1}n$ and without odd cycles of length less than $2k+1$ is $3$-colourable. In fact, we prove a…

Combinatorics · Mathematics 2023-03-08 Julia Böttcher , Nóra Frankl , Domenico Mergoni Cecchelli , Olaf Parczyk , Jozef Skokan

In this paper, we conclude the calculation of the domination number of all $n\times m$ grid graphs. Indeed, we prove Chang's conjecture saying that for every $16\le n\le m$, $\gamma(G_{n,m})=\lfloor\frac{(n+2)(m+2)}{5}\rfloor -4$.

Discrete Mathematics · Computer Science 2014-01-20 Daniel Gonçalves , Alexandre Pinlou , Michael Rao , Stéphan Thomassé

We present a 1.8334-approximation algorithm for Vertex Cover on string graphs given with a representation, which takes polynomial time in the size of the representation; the exact approximation factor is $11/6$. Recently, the barrier of 2…

Data Structures and Algorithms · Computer Science 2024-09-30 Édouard Bonnet , Paweł Rzążewski

A matching $M$ in a graph $G$ is acyclic if the subgraph of $G$ induced by the set of vertices that are incident to an edge in $M$ is a forest. We prove that every graph with $n$ vertices, maximum degree at most $\Delta$, and no isolated…

Combinatorics · Mathematics 2020-02-11 Julien Baste , Maximilian Fürst , Dieter Rautenbach

A binary matrix has the consecutive ones property (C1P) if it is possible to order the columns so that all 1s are consecutive in every row. In [McConnell, SODA 2004 768-777] the notion of incompatibility graph of a binary matrix was…

Data Structures and Algorithms · Computer Science 2011-09-06 Mehrnoush Malekesmaeili , Cedric Chauve , Tamon Stephen

In a coupled network cells can interact in several ways. There is a vast literature from the last twenty years that investigates this interacting dynamics under a graph theory formalism, namely as a graph endowed with an input-equivalence…

Dynamical Systems · Mathematics 2023-10-10 Tiago Amorim , Miriam Manoel

A $k$-proper edge-coloring of a graph G is called adjacent vertex-distinguishing if any two adjacent vertices are distinguished by the set of colors appearing in the edges incident to each vertex. The smallest value $k$ for which $G$ admits…

Discrete Mathematics · Computer Science 2022-01-05 Sylvain Gravier , Hippolyte Signargout , Souad Slimani

The semi-random graph process is a single player game in which the player is initially presented an empty graph on $n$ vertices. In each round, a vertex $u$ is presented to the player independently and uniformly at random. The player then…

Combinatorics · Mathematics 2022-09-07 Pu Gao , Calum MacRury , Pawel Pralat

Thomassen, in 1983, conjectured that for a positive integer $k$, every $2$-connected non-bipartite graph of minimum degree at least $k + 1$ contains cycles of all lengths modulo $k$. In this paper, we settle this conjecture affirmatively.

Combinatorics · Mathematics 2019-04-09 Shuya Chiba , Tomoki Yamashita

There has been extensive research on cycle lengths in graphs with large minimum degree. In this paper, we obtain several new and tight results in this area. Let $G$ be a graph with minimum degree at least $k+1$. We prove that if $G$ is…

Combinatorics · Mathematics 2015-09-01 Chun-Hung Liu , Jie Ma

We present a wait-free algorithm for proper coloring the n nodes of the asynchronous cycle $C_n$, where each crash-prone node starts with its (unique) identifier as input. The algorithm is independent of $n \geq 3$, and runs in…

Distributed, Parallel, and Cluster Computing · Computer Science 2022-07-25 Pierre Fraigniaud , Patrick Lambein-Monette , Mikaël Rabie

Let $k \geq 2$ be an integer. Kouider and Lonc proved that the vertex set of every graph $G$ with $n \geq n_0(k)$ vertices and minimum degree at least $n/k$ can be covered by $k - 1$ cycles. Our main result states that for every $\alpha >…

Combinatorics · Mathematics 2021-11-18 Frank Mousset , Nemanja Škorić , Miloš Trujić

In an $m$-edge host graph $G$, all triangles can be listed in time $O(m^{1.5})$ [Itai, Rodeh '78], and all $k$-cycles can be listed in time $O(m^{2-1/{\lceil k/2 \rceil}} + t)$ where $t$ is the output size [Alon, Yuster, Zwick '97]. These…

Data Structures and Algorithms · Computer Science 2024-04-09 Karl Bringmann , Egor Gorbachev

This paper studies two variants of defective acyclic coloring of planar graphs. For a graph $G$ and a coloring $\varphi$ of $G$, a 2CC transversal is a subset $E'$ of $E(G)$ that intersects every 2-colored cycle. Let $k$ be a positive…

Combinatorics · Mathematics 2023-01-30 On-Hei Solomon Lo , Ben Seamone , Xuding Zhu

In 1959, Erd\H{o}s and Gallai proved that every graph G with average vertex degree ad(G)\geq 2 contains a cycle of length at least ad(G). We provide an algorithm that for k\geq 0 in time 2^{O(k)} n^{O(1)} decides whether a 2-connected…

Data Structures and Algorithms · Computer Science 2022-02-08 Fedor V. Fomin , Petr A. Golovach , Danil Sagunov , Kirill Simonov

If a graph has $n\ge4k$ vertices and more than $n^2/4$ edges, then it contains a copy of $C_{2k+1}$. In 1992, Erd\H{o}s, Faudree and Rousseau showed even more, that the number of edges that occur in a triangle is at least $2\lfloor…

Combinatorics · Mathematics 2018-08-14 Andrzej Grzesik , Ping Hu , Jan Volec

We consider hereditary classes of graphs equipped with a total order. We provide multiple equivalent characterisations of those classes which have bounded twin-width. In particular, we prove a grid theorem for classes of ordered graphs…

Logic in Computer Science · Computer Science 2021-07-07 Pierre Simon , Szymon Toruńczyk

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
‹ Prev 1 4 5 6 7 8 10 Next ›