中文
相关论文

相关论文: The Complexity of $(\Delta + 1)$Coloring inCongest…

200 篇论文

We settle the complexity of the $(\Delta+1)$-coloring and $(\Delta+1)$-list coloring problems in the CONGESTED CLIQUE model by presenting a simple deterministic algorithm for both problems running in a constant number of rounds. This…

数据结构与算法 · 计算机科学 2020-09-15 Artur Czumaj , Peter Davies , Merav Parter

In this paper, we present improved algorithms for the $(\Delta+1)$ (vertex) coloring problem in the Congested-Clique model of distributed computing. In this model, the input is a graph on $n$ nodes, initially each node knows only its…

数据结构与算法 · 计算机科学 2020-01-14 Merav Parter

We show that the $(degree+1)$-list coloring problem can be solved deterministically in $O(D \cdot \log n \cdot\log^2\Delta)$ rounds in the \CONGEST model, where $D$ is the diameter of the graph, $n$ the number of nodes, and $\Delta$ the…

分布式、并行与集群计算 · 计算机科学 2020-04-08 Philipp Bamberger , Fabian Kuhn , Yannic Maus

We provide novel deterministic distributed vertex coloring algorithms. As our main result, we give a deterministic distributed algorithm to compute a $(\Delta+1)$-coloring of an $n$-node graph with maximum degree $\Delta$ in…

数据结构与算法 · 计算机科学 2019-07-10 Fabian Kuhn

We present a deterministic $O(\log \log \log n)$-round low-space Massively Parallel Computation (MPC) algorithm for the classical problem of $(\Delta+1)$-coloring on $n$-vertex graphs. In this model, every machine has a sublinear local…

数据结构与算法 · 计算机科学 2021-12-14 Artur Czumaj , Peter Davies , Merav Parter

We give a new randomized distributed algorithm for $(\Delta+1)$-coloring in the LOCAL model, running in $O(\sqrt{\log \Delta})+ 2^{O(\sqrt{\log \log n})}$ rounds in a graph of maximum degree~$\Delta$. This implies that the…

数据结构与算法 · 计算机科学 2023-10-13 David G. Harris , Johannes Schneider , Hsin-Hao Su

We present a new approach to randomized distributed graph coloring that is simpler and more efficient than previous ones. In particular, it allows us to tackle the $(\operatorname{deg}+1)$-list-coloring (D1LC) problem, where each node $v$…

分布式、并行与集群计算 · 计算机科学 2021-12-02 Magnús M. Halldórsson , Fabian Kuhn , Alexandre Nolin , Tigran Tonoyan

We consider the distributed complexity of the (degree+1)-list coloring problem, in which each node $u$ of degree $d(u)$ is assigned a palette of $d(u)+1$ colors, and the goal is to find a proper coloring using these color palettes. The…

数据结构与算法 · 计算机科学 2026-03-18 Sam Coy , Artur Czumaj , Peter Davies , Gopinath Mishra

We give a new randomized distributed algorithm for the $\Delta+1$-list coloring problem. The algorithm and its analysis dramatically simplify the previous best result known of Chang, Li, and Pettie [SICOMP 2020]. This allows for numerous…

分布式、并行与集群计算 · 计算机科学 2021-05-12 Magnús M. Halldórsson , Alexandre Nolin , Tigran Tonoyan

Graph coloring problems are among the most fundamental problems in parallel and distributed computing, and have been studied extensively in both settings. In this context, designing efficient deterministic algorithms for these problems has…

数据结构与算法 · 计算机科学 2024-04-26 Sam Coy , Artur Czumaj , Peter Davies , Gopinath Mishra

We present a simple deterministic distributed algorithm that computes a $(\Delta+1)$-vertex coloring in $O(\log^2 \Delta \cdot \log n)$ rounds. The algorithm can be implemented with $O(\log n)$-bit messages. The algorithm can also be…

数据结构与算法 · 计算机科学 2021-09-07 Mohsen Ghaffari , Fabian Kuhn

Distributed graph coloring is one of the most extensively studied problems in distributed computing. There is a canonical family of distributed graph coloring algorithms known as the locally-iterative coloring algorithms, first formalized…

数据结构与算法 · 计算机科学 2023-01-31 Xinyu Fu , Yitong Yin , Chaodong Zheng

The distributed coloring problem is arguably one of the key problems studied in the area of distributed graph algorithms. The most standard variant of the problem asks for a proper vertex coloring of a graph with $\Delta+1$ colors, where…

分布式、并行与集群计算 · 计算机科学 2026-05-05 Marc Fuchs , Fabian Kuhn

Any graph with maximum degree $\Delta$ admits a proper vertex coloring with $\Delta + 1$ colors that can be found via a simple sequential greedy algorithm in linear time and space. But can one find such a coloring via a sublinear algorithm?…

数据结构与算法 · 计算机科学 2019-01-08 Sepehr Assadi , Yu Chen , Sanjeev Khanna

The celebrated palette sparsification result of [Assadi, Chen, and Khanna SODA'19] shows that to compute a $\Delta+1$ coloring of the graph, where $\Delta$ denotes the maximum degree, it suffices if each node limits its color choice to…

分布式、并行与集群计算 · 计算机科学 2023-04-13 Maxime Flin , Mohsen Ghaffari , Magnús M. Halldórsson , Fabian Kuhn , Alexandre Nolin

Distributed vertex coloring is one of the classic problems and probably also the most widely studied problems in the area of distributed graph algorithms. We present a new randomized distributed vertex coloring algorithm for the standard…

数据结构与算法 · 计算机科学 2021-04-13 Magnús M. Halldórsson , Fabian Kuhn , Yannic Maus , Tigran Tonoyan

Vertex coloring is one of the classic symmetry breaking problems studied in distributed computing. In this paper we present a new algorithm for $(\Delta+1)$-list coloring in the randomized ${\sf LOCAL}$ model running in…

分布式、并行与集群计算 · 计算机科学 2019-03-13 Yi-Jun Chang , Wenzheng Li , Seth Pettie

Recent improvements on the deterministic complexities of fundamental graph problems in the LOCAL model of distributed computing have yielded state-of-the-art upper bounds of $\tilde{O}(\log^{5/3} n)$ rounds for maximal independent set (MIS)…

分布式、并行与集群计算 · 计算机科学 2025-10-21 Yann Bourreau , Sebastian Brandt , Alexandre Nolin

The main results of this paper are (I) a simulation algorithm which, under quite general constraints, transforms algorithms running on the Congested Clique into algorithms running in the MapReduce model, and (II) a distributed…

分布式、并行与集群计算 · 计算机科学 2014-06-23 James W. Hegeman , Sriram V. Pemmaraju

The $\Delta$-vertex coloring problem has become one of the prototypical problems for understanding the complexity of local distributed graph problems on constant-degree graphs. The major open problem is whether the problem can be solved…

分布式、并行与集群计算 · 计算机科学 2025-04-08 Manuel Jakob , Yannic Maus
‹ 上一页 1 2 3 10 下一页 ›