中文
相关论文

相关论文: Super-Fast 3-Ruling Sets

200 篇论文

We study the problem of finding a maximal independent set (MIS) in the standard LOCAL model of distributed computing. Classical algorithms by Luby [JACM'86] and Alon, Babai, and Itai [JALG'86] find an MIS in $O(\log n)$ rounds in $n$-node…

分布式、并行与集群计算 · 计算机科学 2025-05-22 Seri Khoury , Aaron Schild

The Maximal Independent Set (MIS) problem is one of the basics in the study of locality in distributed graph algorithms. This paper presents an extremely simple randomized algorithm providing a near-optimal local complexity for this…

数据结构与算法 · 计算机科学 2015-07-14 Mohsen Ghaffari

This paper improves and in two cases nearly settles, up to logarithmically lower-order factors, the deterministic complexity of some of the most central problems in distributed graph algorithms, which have been studied for over three…

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

Given a graph $G=(V,E)$, a $\beta$-ruling set is a subset $S\subseteq V$ that is i) independent, and ii) every node $v\in V$ has a node of $S$ within distance $\beta$. In this paper we present almost optimal distributed algorithms for…

数据结构与算法 · 计算机科学 2026-04-03 Malte Baumecker , Yannic Maus , Jara Uitto

We show that the maximum independent set problem (MIS) on an $n$-vertex graph can be solved in $1.1996^nn^{O(1)}$ time and polynomial space, which even is faster than Robson's $1.2109^{n}n^{O(1)}$-time exponential-space algorithm published…

数据结构与算法 · 计算机科学 2017-08-08 Mingyu Xiao , Hiroshi Nagamochi

We give a maximal independent set (MIS) algorithm that runs in $O(\log \log \Delta)$ rounds in the congested clique model, where $\Delta$ is the maximum degree of the input graph. This improves upon the $O(\frac{\log(\Delta) \cdot \log \log…

分布式、并行与集群计算 · 计算机科学 2018-02-22 Christian Konrad

The problem of distributed maximal independent set (MIS) is investigated on inhomogeneous random graphs with power-law weights by which the scale-free networks can be produced. Such a particular problem has been solved on graphs with $n$…

分布式、并行与集群计算 · 计算机科学 2018-06-13 Hasan Heydari , S. Mahmoud Taheri , Kaveh Kavousi

In the semi-streaming model for processing massive graphs, an algorithm makes multiple passes over the edges of a given $n$-vertex graph and is tasked with computing the solution to a problem using $O(n \cdot \text{polylog}(n))$ space.…

数据结构与算法 · 计算机科学 2023-12-21 Sepehr Assadi , Christian Konrad , Kheeran K. Naidu , Janani Sundaresan

Max Independent Set (MIS) is a paradigmatic problem in theoretical computer science and numerous studies tackle its resolution by exact algorithms with non-trivial worst-case complexity. The best such complexity is, to our knowledge, the…

离散数学 · 计算机科学 2009-01-13 Nicolas Bourgeois , Bruno Escoffier , Vangelis Th. Paschos , Johan M. M van Rooij

We study local symmetry breaking problems in the CONGEST model, focusing on ruling set problems, which generalize the fundamental Maximal Independent Set (MIS) problem. A $\beta$-ruling set is an independent set such that every node in the…

分布式、并行与集群计算 · 计算机科学 2017-05-25 Shreyas Pai , Gopal Pandurangan , Sriram V. Pemmaraju , Talal Riaz , Peter Robinson

We develop a general deterministic distributed method for locally rounding fractional solutions of graph problems for which the analysis can be broken down into analyzing pairs of vertices. Roughly speaking, the method can transform…

数据结构与算法 · 计算机科学 2022-09-26 Salwa Faour , Mohsen Ghaffari , Christoph Grunau , Fabian Kuhn , Václav Rozhoň

Maximal Independent Set (MIS) is one of the fundamental and most well-studied problems in distributed graph algorithms. Even after four decades of intensive research, the best-known (randomized) MIS algorithms have $O(\log{n})$ round…

分布式、并行与集群计算 · 计算机科学 2023-12-20 Fabien Dufoulon , William K. Moses , Gopal Pandurangan

The goal of this paper is to understand the complexity of symmetry breaking problems, specifically maximal independent set (MIS) and the closely related $\beta$-ruling set problem, in two computational models suited for large-scale graph…

分布式、并行与集群计算 · 计算机科学 2021-05-06 Christian Konrad , Sriram V. Pemmaraju , Talal Riaz , Peter Robinson

We investigate the distributed complexity of maximal matching and maximal independent set (MIS) in hypergraphs in the LOCAL model. A maximal matching of a hypergraph $H=(V_H,E_H)$ is a maximal disjoint set $M\subseteq E_H$ of hyperedges and…

数据结构与算法 · 计算机科学 2022-11-04 Alkida Balliu , Sebastian Brandt , Fabian Kuhn , Dennis Olivetti

Given a graph, a maximal independent set (MIS) is a maximal subset of pairwise non-adjacent vertices. Finding an MIS is a fundamental problem in distributed computing. Although the problem is extensively studied and well understood in…

分布式、并行与集群计算 · 计算机科学 2018-05-10 Fabian Kuhn , Chaodong Zheng

Maximal Independent Set (MIS) is one of the fundamental problems in distributed computing. The round (time) complexity of distributed MIS has traditionally focused on the \emph{worst-case time} for all nodes to finish. The best-known…

分布式、并行与集群计算 · 计算机科学 2020-06-16 Soumyottam Chatterjee , Robert Gmyr , Gopal Pandurangan

A graph $G$ with $n$ vertices is called an outerstring graph if it has an intersection representation of a set of $n$ curves inside a disk such that one endpoint of every curve is attached to the boundary of the disk. Given an outerstring…

计算几何 · 计算机科学 2021-08-03 Prosenjit Bose , Paz Carmi , J. Mark Keil , Anil Maheshwari , Saeed Mehrabi , Debajyoti Mondal , Michiel Smid

Two of the most fundamental distributed symmetry-breaking problems are that of finding a maximal independent set (MIS) and a maximal matching (MM) in a graph. It is a major open question whether these problems can be solved in constant…

分布式、并行与集群计算 · 计算机科学 2025-03-03 Keren Censor-Hillel , Tomer Even , Maxime Flin , Magnús M. Halldórsson

Symmetry breaking problems are among the most well studied in the field of distributed computing and yet the most fundamental questions about their complexity remain open. In this paper we work in the LOCAL model (where the input graph and…

分布式、并行与集群计算 · 计算机科学 2015-02-26 Leonid Barenboim , Michael Elkin , Seth Pettie , Johannes Schneider

An $(\alpha,\beta)$-ruling set of a graph $G=(V,E)$ is a set $R\subseteq V$ such that for any node $v\in V$ there is a node $u\in R$ in distance at most $\beta$ from $v$ and such that any two nodes in $R$ are at distance at least $\alpha$…

数据结构与算法 · 计算机科学 2018-05-21 Fabian Kuhn , Yannic Maus , Simon Weidner
‹ 上一页 1 2 3 10 下一页 ›