中文
相关论文

相关论文: Balanced Allocation on Graphs

200 篇论文

We consider the problem of sorting $n$ elements subject to persistent random comparison errors. In this problem, each comparison between two elements can be wrong with some fixed (small) probability $p$, and comparing the same pair of…

数据结构与算法 · 计算机科学 2025-08-28 Barbara Geissmann , Stefano Leucci , Chih-Hung Liu , Paolo Penna

We study the maximum matching problem in the random-order semi-streaming setting. In this problem, the edges of an arbitrary $n$-vertex graph $G=(V, E)$ arrive in a stream one by one and in a random order. The goal is to have a single pass…

数据结构与算法 · 计算机科学 2021-03-02 Sepehr Assadi , Soheil Behnezhad

A disk graph is an intersection graph of disks in $\mathbb{R}^2$. Determining the computational complexity of finding a maximum clique in a disk graph is a long-standing open problem. In 1990, Clark, Colbourn, and Johnson gave a…

计算几何 · 计算机科学 2024-07-17 J. Mark Keil , Debajyoti Mondal

We study the problem of sketching an input graph, so that given the sketch, one can estimate the weight of any cut in the graph within factor $1+\epsilon$. We present lower and upper bounds on the size of a randomized sketch, focusing on…

数据结构与算法 · 计算机科学 2014-11-11 Alexandr Andoni , Robert Krauthgamer , David P. Woodruff

The reassembling of a simple connected graph G = (V,E) is an abstraction of a problem arising in earlier studies of network analysis. The reassembling process has a simple formulation (there are several equivalent formulations) relative to…

计算复杂性 · 计算机科学 2016-02-10 Saber Mirzaei , Assaf Kfoury

We consider the problem of estimating the graph associated with a binary Ising Markov random field. We describe a method based on $\ell_1$-regularized logistic regression, in which the neighborhood of any given node is estimated by…

统计理论 · 数学 2010-10-05 Pradeep Ravikumar , Martin J. Wainwright , John D. Lafferty

We develop a new algorithmic technique that allows to transfer some constant time approximation algorithms for general graphs into random order streaming algorithms. We illustrate our technique by proving that in random order streams with…

数据结构与算法 · 计算机科学 2017-11-15 Pan Peng , Christian Sohler

We consider the problem of estimating the value of max cut in a graph in the streaming model of computation. At one extreme, there is a trivial $2$-approximation for this problem that uses only $O(\log n)$ space, namely, count the number of…

数据结构与算法 · 计算机科学 2014-09-09 Michael Kapralov , Sanjeev Khanna , Madhu Sudan

Token ring topology has been frequently used in the design of distributed loop computer networks and one measure of its performance is the diameter. We propose an algorithm for constructing hamiltonian graphs with $n$ vertices and maximum…

离散数学 · 计算机科学 2011-04-19 Aleksandar Ili\' c , Dragan Stevanovi\' c

In the random geometric graph $G(n,r_n)$, $n$ vertices are placed randomly in Euclidean $d$-space and edges are added between any pair of vertices distant at most $r_n$ from each other. We establish strong laws of large numbers (LLNs) for a…

概率论 · 数学 2020-06-29 Dieter Mitsche , Mathew D. Penrose

This paper initiates the study of the classic balanced graph partitioning problem from an online perspective: Given an arbitrary sequence of pairwise communication requests between $n$ nodes, with patterns that may change over time, the…

数据结构与算法 · 计算机科学 2020-05-15 Chen Avin , Marcin Bienkowski , Andreas Loukas , Maciej Pacut , Stefan Schmid

Extremal problems involving the enumeration of graph substructures have a long history in graph theory. For example, the number of independent sets in a $d$-regular graph on $n$ vertices is at most $(2^{d+1}-1)^{n/2d}$ by the Kahn-Zhao…

组合数学 · 数学 2013-06-10 Jonathan Cutler , A. J. Radcliffe

We consider a problem introduced by Feige, Gamarnik, Neeman, R\'acz and Tetali [2020], that of finding a large clique in a random graph $G\sim G(n,\frac{1}{2})$, where the graph $G$ is accessible by queries to entries of its adjacency…

数据结构与算法 · 计算机科学 2021-12-14 Uriel Feige , Tom Ferster

We consider a random geometric graph $G(\chi_n, r_n)$, given by connecting two vertices of a Poisson point process $\chi_n$ of intensity $n$ on the unit torus whenever their distance is smaller than the parameter $r_n$. The model is…

概率论 · 数学 2019-07-04 Sourav Chatterjee , Matan Harel

We present distributed randomized leader election protocols for multi-hop radio networks that elect a leader in almost the same time $T_{BC}$ required for broadcasting a message. For the setting without collision detection, our algorithm…

数据结构与算法 · 计算机科学 2014-04-04 Mohsen Ghaffari , Bernhard Haeupler

Given an $n\times n$ symmetric matrix $W\in [0,1]^{[n]\times [n]}$, let $\mathcal{G}(n,W)$ be the random graph obtained by independently including each edge $jk$ with probability $W_{jk}$. Given a degree sequence ${\bf d}=(d_1,\ldots,…

组合数学 · 数学 2024-12-11 Pu Gao , Yuval Ohapkin

We consider straight line drawings of a planar graph $G$ with possible edge crossings. The \emph{untangling problem} is to eliminate all edge crossings by moving as few vertices as possible to new positions. Let $fix(G)$ denote the maximum…

计算几何 · 计算机科学 2011-11-14 Alexander Ravsky , Oleg Verbitsky

We consider two classes of random graphs: $(a)$ Poissonian random graphs in which the $n$ vertices in the graph have i.i.d.\ weights distributed as $X$, where $\mathbb{E}(X) = \mu$. Edges are added according to a product measure and the…

概率论 · 数学 2010-10-05 Tom Britton , Pieter Trapman

We study the self-stabilizing leader election problem in anonymous $n$-nodes networks. Achieving self-stabilization with low space memory complexity is particularly challenging, and designing space-optimal leader election algorithms remains…

分布式、并行与集群计算 · 计算机科学 2026-02-20 Lelia Blin , Sylvain Gay , Isabella Ziccardi

We propose a general method for converting online algorithms to local computation algorithms by selecting a random permutation of the input, and simulating running the online algorithm. We bound the number of steps of the algorithm using a…

数据结构与算法 · 计算机科学 2012-05-08 Yishay Mansour , Aviad Rubinstein , Shai Vardi , Ning Xie