中文
相关论文

相关论文: Fully Dynamic $(\Delta+1)$-Coloring in Constant Up…

200 篇论文

We prove that the single-site Glauber dynamics for sampling proper $q$-colorings mixes in $O_\Delta(n\log n)$ time on line graphs with $n$ vertices and maximum degree $\Delta$ when $q>(1+o(1))\Delta$. The main tool in our proof is the…

数据结构与算法 · 计算机科学 2024-03-25 Yulin Wang , Chihao Zhang , Zihan Zhang

A graph is $k$-planar if it can be drawn in the plane so that each edge is crossed at most $k$ times. Typically, the class of 1-planar graphs is among the most investigated graph families within the so-called "beyond planar graphs". A…

组合数学 · 数学 2021-01-29 Xin Zhang , Yan Li

The acyclic chromatic index of a graph $G$ is the least number of colors needed to properly color its edges so that none of its cycles is bichromatic. In this work, we show that $2\Delta-1$ colors are sufficient to produce such a coloring,…

组合数学 · 数学 2022-02-01 Lefteris Kirousis , John Livieratos

In a very recent breakthrough, Behnezhad and Ghafari [FOCS'24] developed a novel fully dynamic randomized algorithm for maintaining a $(1-\epsilon)$-approximation of maximum matching with amortized update time potentially much better than…

数据结构与算法 · 计算机科学 2024-10-22 Sepehr Assadi , Sanjeev Khanna , Peter Kiss

The graph coloring problem (GCP) is one of the most studied NP-HARD problems in computer science. Given a graph , the task is to assign a color to all vertices such that no vertices sharing an edge receive the same color and that the number…

神经与进化计算 · 计算机科学 2021-11-19 Robiul Islam , Arup Kumar Pramanik

In the (fully) dynamic set cover problem, we have a collection of $m$ sets from a universe of size $n$ that undergo element insertions and deletions; the goal is to maintain an approximate set cover of the universe after each update. We…

数据结构与算法 · 计算机科学 2021-05-17 Sepehr Assadi , Shay Solomon

We study dynamic algorithms in the model of algorithms with predictions. We assume the algorithm is given imperfect predictions regarding future updates, and we ask how such predictions can be used to improve the running time. This can be…

数据结构与算法 · 计算机科学 2023-12-11 Jan van den Brand , Sebastian Forster , Yasamin Nazari , Adam Polak

We prove that the vertices of every $(r + 1)$-uniform hypergraph with maximum degree $\Delta$ may be coloured with $c(\frac{\Delta}{d + 1})^{1/r}$ colours such that each vertex is in at most $d$ monochromatic edges. This result, which is…

组合数学 · 数学 2022-08-17 António Girão , Freddie Illingworth , Alex Scott , David R. Wood

We consider the problem of coloring the squares of graphs of bounded maximum average degree, that is, the problem of coloring the vertices while ensuring that two vertices that are adjacent or have a common neighbour receive different…

离散数学 · 计算机科学 2013-08-21 Marthe Bonamy , Benjamin Lévêque , Alexandre Pinlou

Graph colorings are becoming an increasingly useful family of mathematical models for a broad range of applications, such as time tabling and scheduling, frequency assignment, register allocation, computer security and so on. Graph proper…

组合数学 · 数学 2016-01-06 Bing Yao , Ming Yao , Xiang-en Chen

The field of dynamic graph algorithms aims at achieving a thorough understanding of real-world networks whose topology evolves with time. Traditionally, the focus has been on the classic sequential, centralized setting where the main…

数据结构与算法 · 计算机科学 2021-09-23 Shiri Antaki , Quanquan C. Liu , Shay Solomon

An edge coloring of a graph $G$ with colors $1,2,..., t$ is called an interval $t$-coloring if for each $i\in \{1,2,...,t\}$ there is at least one edge of $G$ colored by $i$, the colors of edges incident to any vertex of $G$ are distinct…

离散数学 · 计算机科学 2009-11-30 R. R. Kamalian , P. A. Petrosyan

In the fully dynamic maximal matching problem, the goal is to maintain a maximal matching in a graph undergoing an online sequence of edge insertions and deletions. The problem has been studied extensively in the oblivious-adversary…

数据结构与算法 · 计算机科学 2026-05-04 Julia Chuzhoy , Sanjeev Khanna , Junkai Song

We study the classic problem of correlation clustering in dynamic node streams. In this setting, nodes are either added or randomly deleted over time, and each node pair is connected by a positive or negative edge. The objective is to…

数据结构与算法 · 计算机科学 2024-06-14 Vincent Cohen-Addad , Silvio Lattanzi , Andreas Maggiori , Nikos Parotsidis

It is shown that any graph with maximum degree $\Delta$ in which the average degree of the induced subgraph on the set of all neighbors of any vertex exceeds $\frac{6k^2}{6k^2 + 1}\Delta + k + 6$ is either $(\Delta - k)$-colorable or…

组合数学 · 数学 2012-10-02 Landon Rabern

This paper studies clustering algorithms for dynamically evolving graphs $\{G_t\}$, in which new edges (and potential new vertices) are added into a graph, and the underlying cluster structure of the graph can gradually change. The paper…

数据结构与算法 · 计算机科学 2024-06-06 Steinar Laenen , He Sun

We give a randomized $\Delta$-coloring algorithm in the LOCAL model that runs in $\text{poly} \log \log n$ rounds, where $n$ is the number of nodes of the input graph and $\Delta$ is its maximum degree. This means that randomized…

数据结构与算法 · 计算机科学 2022-11-15 Manuela Fischer , Yannic Maus , Magnús M. Halldórsson

In the dynamic minimum set cover problem, a challenge is to minimize the update time while guaranteeing close to the optimal $\min(O(\log n), f)$ approximation factor. (Throughout, $m$, $n$, $f$, and $C$ are parameters denoting the maximum…

数据结构与算法 · 计算机科学 2020-04-20 Sayan Bhattacharya , Monika Henzinger , Danupon Nanongkai , Xiaowei Wu

A recent work by Christiansen, Nowicki, and Rotenberg provides dynamic algorithms for coloring sparse graphs, concretely as a function of the arboricity alpha of the input graph. They give two randomized algorithms: O({alpha} log {alpha})…

数据结构与算法 · 计算机科学 2024-10-28 Mohsen Ghaffari , Christoph Grunau

The smallest integer $k$ needed for the assignment of colors to the elements so that the coloring is proper (vertices and edges) is called the total chromatic number of a graph. Vizing and Behzed conjectured that the total coloring can be…

组合数学 · 数学 2018-12-17 Geetha Jayabalan , Narayanan N , K Somasundaram
‹ 上一页 1 8 9 10 下一页 ›