2008
DOI: 10.1007/978-3-540-70575-8_14
|View full text |Cite
|
Sign up to set email alerts
|

Finding a Maximum Matching in a Sparse Random Graph in O(n) Expected Time

Abstract: We present a linear expected time algorithm for finding maximum cardinality matchings in sparse random graphs. This is optimal and improves on previous results by a logarithmic factor.

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
43
0

Year Published

2011
2011
2020
2020

Publication Types

Select...
6
1

Relationship

3
4

Authors

Journals

citations
Cited by 18 publications
(43 citation statements)
references
References 8 publications
0
43
0
Order By: Relevance
“…Thus, it is of great interest to find specific graphs for which the maximum matching problem can be solved exactly [3]. In the past decades, the problems related maximum matchings have attracted considerable attention from the community of mathematics and theoretical computer science [9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28].…”
Section: Introductionmentioning
confidence: 99%
See 1 more Smart Citation
“…Thus, it is of great interest to find specific graphs for which the maximum matching problem can be solved exactly [3]. In the past decades, the problems related maximum matchings have attracted considerable attention from the community of mathematics and theoretical computer science [9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28].…”
Section: Introductionmentioning
confidence: 99%
“…A vast majority of previous works about maximum matchings focused on regular graphs or random graphs [9,21,24,27], which cannot well describe realistic networks. Extensive empirical works [29] indicated that most real networks exhibit the prominent scale-free property [30], with their degree distribution following a power law form.…”
Section: Introductionmentioning
confidence: 99%
“…It has been shown that these trees will meet if their lengths are of size O(log n). In [7], Chebolu et al take the output of the jump-start routine KSM (discussed in the next section), try to augment it by searching paths only between a subset of the unmatched vertices, and then use the algorithm of Bast et al if these searches have not found a maximum matching. It has been shown that the overall algorithm runs in linear expected time for sparse random graphs.…”
Section: Other Approachesmentioning
confidence: 99%
“…This version, referred to as KSM, is called the Karp-Sipser heuristic in the literature, and its performance is analysed by Aronson et al [2] and Chebolu et al [7]. In our implementation of Algorithm 2, we maintain the degrees dynamically, i.e., when a matching (u, v) occurs we decrease the degrees of vertices adjacent to u or v by 1.…”
Section: Karp-sipser Greedy Matching (Ksm)mentioning
confidence: 99%
See 1 more Smart Citation