中文
相关论文

相关论文: Deterministic Distributed Vertex Coloring: Simpler…

200 篇论文

Vizing's theorem states that any $n$-vertex $m$-edge graph of maximum degree $\Delta$ can be {\em edge colored} using at most $\Delta + 1$ different colors [Diskret.~Analiz, '64]. Vizing's original proof is algorithmic and shows that such…

数据结构与算法 · 计算机科学 2024-05-27 Sayan Bhattacharya , Din Carmon , Martín Costa , Shay Solomon , Tianyi Zhang

We present time-efficient distributed algorithms for decomposing graphs with large edge or vertex connectivity into multiple spanning or dominating trees, respectively. As their primary applications, these decompositions allow us to achieve…

数据结构与算法 · 计算机科学 2013-11-22 Keren Censor-Hillel , Mohsen Ghaffari , Fabian Kuhn

For edge coloring, the online and the W-streaming models seem somewhat orthogonal: the former needs edges to be assigned colors immediately after insertion, typically without any space restrictions, while the latter limits memory to…

数据结构与算法 · 计算机科学 2023-06-01 Prantar Ghosh , Manuel Stoeckl

Given a graph $G$ and color set $\{1, \ldots, k\}$, a $\textit{proper coloring}$ is an assignment of a color to each vertex of $G$ such that no two vertices connected by an edge are given the same color. The problem of drawing a proper…

计算复杂性 · 计算机科学 2020-06-11 Mark Huber

The present paper studies local distributed graph problems in highly dynamic networks. Communication and changes of the graph happen in synchronous rounds and our algorithms always, i.e., in every round, satisfy non-trivial guarantees, no…

数据结构与算法 · 计算机科学 2018-12-10 Philipp Bamberger , Fabian Kuhn , Yannic Maus

We present a general framework for constructing error-correcting codes using distributed graph coloring under the LOCAL model. Building on the correspondence between independent sets in the confusion graph and valid codes, we show that the…

信息论 · 计算机科学 2025-12-05 Yuting Li , Ryan Gabrys , Farzad Farnoud

We develop deterministic approximation algorithms for the minimum dominating set problem in the CONGEST model with an almost optimal approximation guarantee. For $\epsilon>1/{\text{{poly}}}\log \Delta$ we obtain two algorithms with…

数据结构与算法 · 计算机科学 2019-12-24 Janosch Deurer , Fabian Kuhn , Yannic Maus

The width measure treedepth, also known as vertex ranking, centered coloring and elimination tree height, is a well-established notion which has recently seen a resurgence of interest. Since graphs of bounded treedepth are more restricted…

计算复杂性 · 计算机科学 2016-08-09 Li-Hsuan Chen , Felix Reidl , Peter Rossmanith , Fernando Sánchez Villaamil

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.…

数据结构与算法 · 计算机科学 2025-02-10 Anton Bernshteyn , Abhishek Dhawan

We consider the problem of coloring k-colorable graphs with the fewest possible colors. We present a randomized polynomial time algorithm that colors a 3-colorable graph on $n$ vertices with min O(Delta^{1/3} log^{1/2} Delta log n),…

数据结构与算法 · 计算机科学 2007-05-23 David Karger , Rajeev Motwani , Madhu Sudan

This paper addresses the cornerstone family of \emph{local problems} in distributed computing, and investigates the curious gap between randomized and deterministic solutions under bandwidth restrictions. Our main contribution is in…

分布式、并行与集群计算 · 计算机科学 2016-08-09 Keren Censor-Hillel , Merav Parter , Gregory Schwartzman

One of the fundamental open problems in the area of distributed graph algorithms is the question of whether randomization is needed for efficient symmetry breaking. While there are fast, $\text{poly}\log n$-time randomized distributed…

分布式、并行与集群计算 · 计算机科学 2019-05-29 Philipp Bamberger , Mohsen Ghaffari , Fabian Kuhn , Yannic Maus , Jara Uitto

We present a time-optimal deterministic distributed algorithm for approximating a minimum weight vertex cover in hypergraphs of rank $f$. This problem is equivalent to the Minimum Weight Set Cover problem in which the frequency of every…

分布式、并行与集群计算 · 计算机科学 2019-05-31 Ran Ben-Basat , Guy Even , Ken-ichi Kawarabayashi , Gregory Schwartzman

It is a well known fact that sequential algorithms which exhibit a strong "local" nature can be adapted to the distributed setting given a legal graph coloring. The running time of the distributed algorithm will then be at least the number…

分布式、并行与集群计算 · 计算机科学 2018-05-15 Ken-ichi Kawarabayashi , Gregory Schwartzman

Vertex Descent is a local search algorithm which forms the basis of a wide spectrum of tabu search, simulated annealing and hybrid evolutionary algorithms for graph colouring. These algorithms are usually treated as experimental and provide…

离散数学 · 计算机科学 2017-03-16 David Chalupa

This paper presents near-optimal deterministic parallel and distributed algorithms for computing $(1+\varepsilon)$-approximate single-source shortest paths in any undirected weighted graph. On a high level, we deterministically reduce this…

数据结构与算法 · 计算机科学 2022-09-26 Václav Rozhoň , Christoph Grunau , Bernhard Haeupler , Goran Zuzic , Jason Li

Graph coloring is a challenging combinatorial optimization problem with a wide range of applications. In this paper, a distribution evolutionary algorithm based on a population of probability model (DEA-PPM) is developed to address it…

神经与进化计算 · 计算机科学 2023-05-03 Yongjian Xu , Huabin Cheng , Ning Xu , Yu Chen , Chengwang Xie

We consider the expander routing problem formulated by Ghaffari, Kuhn, and Su (PODC 2017), where the goal is to route all the tokens to their destinations given that each vertex is the source and the destination of at most $\deg(v)$ tokens.…

分布式、并行与集群计算 · 计算机科学 2024-05-09 Yi-Jun Chang , Shang-En Huang , Hsin-Hao Su

In this paper, we study the problem of computing an edge-coloring in the (one-pass) W-streaming model. In this setting, the edges of an $n$-node graph arrive in an arbitrary order to a machine with a relatively small space, and the goal is…

数据结构与算法 · 计算机科学 2024-04-18 Shiri Chechik , Doron Mukhtar , Tianyi Zhang

We contribute to the theoretical understanding of randomized search heuristics for dynamic problems. We consider the classical vertex coloring problem on graphs and investigate the dynamic setting where edges are added to the current graph.…

神经与进化计算 · 计算机科学 2021-05-27 Jakob Bossek , Frank Neumann , Pan Peng , Dirk Sudholt
‹ 上一页 1 8 9 10 下一页 ›