中文
相关论文

相关论文: Random Sampling Applied to the MST Problem in the …

200 篇论文

The congested clique is a synchronous, message-passing model of distributed computing in which each computational unit (node) in each round can send message of O(log n) bits to each other node of the network, where n is the number of nodes.…

分布式、并行与集群计算 · 计算机科学 2017-07-28 Tomasz Jurdzinski , Krzysztof Nowicki

In this paper, we show that the Minimum Spanning Tree problem can be solved \emph{deterministically}, in $\mathcal{O}(1)$ rounds of the $\mathsf{Congested}$ $\mathsf{Clique}$ model. In the $\mathsf{Congested}$ $\mathsf{Clique}$ model, there…

数据结构与算法 · 计算机科学 2020-06-11 Krzysztof Nowicki

We present a distributed randomized algorithm finding Minimum Spanning Tree (MST) of a given graph in O(1) rounds, with high probability, in the Congested Clique model. The input graph in the Congested Clique model is a graph of n nodes,…

分布式、并行与集群计算 · 计算机科学 2017-11-01 Tomasz Jurdzinski , Krzysztof Nowicki

This paper considers the \textit{minimum spanning tree (MST)} problem in the Congested Clique model and presents an algorithm that runs in $O(\log \log \log n)$ rounds, with high probability. Prior to this, the fastest MST algorithm in this…

分布式、并行与集群计算 · 计算机科学 2014-12-09 Sriram V. Pemmaraju , Vivek B. Sardeshmukh

In a sequence of recent results (PODC 2015 and PODC 2016), the running time of the fastest algorithm for the \emph{minimum spanning tree (MST)} problem in the \emph{Congested Clique} model was first improved to $O(\log \log \log n)$ from…

分布式、并行与集群计算 · 计算机科学 2016-10-19 Sriram V. Pemmaraju , Vivek B. Sardeshmukh

In this paper we present algorithms for several string problems in the Congested Clique model. In the Congested Clique model, $n$ nodes (computers) are used to solve some problem. The input to the problem is distributed among the nodes, and…

数据结构与算法 · 计算机科学 2025-04-14 Shay Golan , Matan Kraus

We give a simple deterministic constant-round algorithm in the congested clique model for reducing the number of edges in a graph to $n^{1+\varepsilon}$ while preserving the minimum spanning forest, where $\varepsilon > 0$ is any constant.…

分布式、并行与集群计算 · 计算机科学 2016-05-09 Janne H. Korhonen

In this paper, we study distributed graph algorithms in networks in which the nodes have a limited communication capacity. Many distributed systems are built on top of an underlying networking infrastructure, for example by using a virtual…

分布式、并行与集群计算 · 计算机科学 2019-04-26 John Augustine , Mohsen Ghaffari , Robert Gmyr , Kristian Hinnenthal , Fabian Kuhn , Jason Li , Christian Scheideler

We show that any one-round algorithm that computes a minimum spanning tree (MST) in the unicast congested clique must use a link bandwidth of $\Omega(\log^3 n)$ bits in the worst case. Consequently, computing an MST under the standard…

分布式、并行与集群计算 · 计算机科学 2024-02-01 Peter Robinson

The {Congested Clique} is a distributed-computing model for single-hop networks with restricted bandwidth that has been very intensively studied recently. It models a network by an $n$-vertex graph in which any pair of vertices can…

分布式、并行与集群计算 · 计算机科学 2018-02-21 Leonid Barenboim , Victor Khazanov

This paper presents constant-time and near-constant-time distributed algorithms for a variety of problems in the congested clique model. We show how to compute a 3-ruling set in expected $O(\log \log \log n)$ rounds and using this, we…

分布式、并行与集群计算 · 计算机科学 2018-09-12 James W. Hegeman , Sriram V. Pemmaraju , Vivek B. Sardeshmukh

We present the first sublinear-in-$n$ round algorithm for sampling an approximately uniform spanning tree of an $n$-vertex graph in the CongestedClique model of distributed computing. In particular, our algorithm requires…

分布式、并行与集群计算 · 计算机科学 2025-05-12 Sriram V. Pemmaraju , Sourya Roy , Joshua Z. Sobel

We develop techniques to prove lower bounds for the BCAST(log n) Broadcast Congested Clique model (a distributed message passing model where in each round, each processor can broadcast an O(log n)-sized message to all other processors). Our…

分布式、并行与集群计算 · 计算机科学 2019-05-21 Lijie Chen , Ofer Grossman

We present the first polylogarithmic-round algorithm for sampling a random spanning tree in the (Broadcast) Congested Clique model. For any constant $c > 0$, our algorithm outputs a sample from a distribution whose total variation distance…

数据结构与算法 · 计算机科学 2026-03-27 Nima Anari , Alireza Haqi

We study a Faulty Congested Clique model, in which an adversary may fail nodes in the network throughout the computation. We show that any task of $O(n\log{n})$-bit input per node can be solved in roughly $n$ rounds, where $n$ is the size…

数据结构与算法 · 计算机科学 2025-09-10 Keren Censor-Hillel , Pedro Soto

The congested clique model is a message-passing model of distributed computation where the underlying communication network is the complete graph of $n$ nodes. In this paper we consider the situation where the joint input to the nodes is an…

分布式、并行与集群计算 · 计算机科学 2017-06-13 Pedro Montealegre , Sebastian Perez-Salazar , Ivan Rapaport , Ioan Todinca

The CONGEST and CONGEST-CLIQUE models have been carefully studied to represent situations where the communication bandwidth between processors in a network is severely limited. Messages of only $O(log(n))$ bits of information each may be…

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

In the CONGEST model, a communications network is an undirected graph whose $n$ nodes are processors and whose $m$ edges are the communications links between processors. At any given time step, a message of size $O(\log n)$ may be sent by…

分布式、并行与集群计算 · 计算机科学 2015-02-12 Valerie King , Shay Kutten , Mikkel Thorup

We multiply two $n \times n$ matrices $S,T$ over semirings in the Congested Clique model, where $n$ fully connected nodes communicate synchronously using $O(\log n)$-bit messages, within $O(nz(S)^{1/3} nz(T)^{1/3}/n + 1)$ rounds of…

数据结构与算法 · 计算机科学 2019-03-22 Keren Censor-Hillel , Dean Leitersdorf , Elia Turner
‹ 上一页 1 2 3 10 下一页 ›