Bottleneck Matching in the Plane
Matthew J. Katz, Micha Sharir

TL;DR
This paper introduces an efficient algorithm for computing bottleneck matchings in planar point sets, leveraging advanced matrix multiplication techniques to improve computational complexity.
Contribution
It presents a novel deterministic algorithm with improved runtime for bottleneck matching in the plane, utilizing matrix multiplication exponent.
Findings
Algorithm runs in O(n^{ω/2} log n) time
Uses matrix multiplication to optimize matching computation
Achieves faster performance compared to previous methods
Abstract
We present an algorithm for computing a bottleneck matching in a set of points in the plane, which runs in deterministic time, where is the exponent of matrix multiplication.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComputational Geometry and Mesh Generation · Complexity and Algorithms in Graphs · Markov Chains and Monte Carlo Methods
