Export Citations
Save this search
Please login to be able to save your searches and receive alerts for new content matching your search criteria.
- research-articleJuly 2020
Maximum Matching in the Online Batch-arrival Model
ACM Transactions on Algorithms (TALG), Volume 16, Issue 4Article No.: 49, Pages 1–31https://doi.org/10.1145/3399676Consider a two-stage matching problem, where edges of an input graph are revealed in two stages (batches) and in each stage we have to immediately and irrevocably extend our matching using the edges from that stage. The natural greedy algorithm is half ...
- research-articleNovember 2019
A Faster Algorithm for Minimum-cost Bipartite Perfect Matching in Planar Graphs
ACM Transactions on Algorithms (TALG), Volume 16, Issue 1Article No.: 2, Pages 1–30https://doi.org/10.1145/3365006Given a weighted planar bipartite graph G(A ∪ B, E) where each edge has an integer edge cost, we give an Õ(n4/3log nC) time algorithm to compute minimum-cost perfect matching; here C is the maximum edge cost in the graph. The previous best-known ...
- research-articleJune 2019
Fully Polynomial FPT Algorithms for Some Classes of Bounded Clique-width Graphs
ACM Transactions on Algorithms (TALG), Volume 15, Issue 3Article No.: 33, Pages 1–57https://doi.org/10.1145/3310228Recently, hardness results for problems in P were achieved using reasonable complexity-theoretic assumptions such as the Strong Exponential Time Hypothesis. According to these assumptions, many graph-theoretic problems do not admit truly subquadratic ...
- research-articleDecember 2018
A (2+ϵ)-Approximation for Maximum Weight Matching in the Semi-streaming Model
ACM Transactions on Algorithms (TALG), Volume 15, Issue 2Article No.: 18, Pages 1–15https://doi.org/10.1145/3274668We present a simple deterministic single-pass (2+ϵ)-approximation algorithm for the maximum weight matching problem in the semi-streaming model. This improves on the currently best known approximation ratio of (4+ϵ).
Our algorithm uses O(nlog2 n) bits ...
- research-articleAugust 2018
Streaming Algorithms for Estimating the Matching Size in Planar Graphs and Beyond
ACM Transactions on Algorithms (TALG), Volume 14, Issue 4Article No.: 48, Pages 1–23https://doi.org/10.1145/3230819We consider the problem of estimating the size of a maximum matching when the edges are revealed in a streaming fashion. When the input graph is planar, we present a simple and elegant streaming algorithm that, with high probability, estimates the size ...
- research-articleJanuary 2018
Scaling Algorithms for Weighted Matching in General Graphs
ACM Transactions on Algorithms (TALG), Volume 14, Issue 1Article No.: 8, Pages 1–35https://doi.org/10.1145/3155301We present a new scaling algorithm for maximum (or minimum) weight perfect matching on general, edge weighted graphs. Our algorithm runs in O(m√nlog(nN)) time, O(m√ n) per scale, which matches the running time of the best cardinality matching algorithms ...