We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs

Change to browse by:

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Data Structures and Algorithms

Title: Sampling an Edge Uniformly in Sublinear Time

Authors: Jakub Tětek
Abstract: The area of sublinear algorithms have recently received a lot of attention. In this setting, one has to choose specific access model for the input, as the algorithm does not have time to pre-process or even to see the whole input. A fundamental question remained open on the relationship between the two common models for graphs -- with and without access to the "random edge" query -- namely whether it is possible to sample an edge uniformly at random in the model without access to the random edge queries.
In this paper, we answer this question positively. Specifically, we give an algorithm solving this problem that runs in expected time $O(\frac{n}{\sqrt{m}} \log n)$. This is only a logarithmic factor slower than the lower bound given in [5]. Our algorithm uses the algorithm from [7] which we analyze in a more careful way, leading to better bounds in general graphs. We also show a way to sample edges $\epsilon$-close to uniform in expected time $O(\frac{n}{\sqrt{m}} \log \frac{1}{\epsilon})$, improving upon the best previously known algorithm.
We also note that sampling edges from a distribution sufficiently close to uniform is sufficient to be able to simulate sublinear algorithms that use the random edge queries while decreasing the success probability of the algorithm only by $o(1)$. This allows for a much simpler algorithm that can be used to emulate random edge queries.
Subjects: Data Structures and Algorithms (cs.DS)
Cite as: arXiv:2009.11178 [cs.DS]
  (or arXiv:2009.11178v1 [cs.DS] for this version)

Submission history

From: Jakub Tetek [view email]
[v1] Wed, 23 Sep 2020 14:42:04 GMT (11kb,D)

Link back to: arXiv, form interface, contact.