A PTAS for $k$-hop MST on the Euclidean plane: Improving Dependency on $k$
Jittat Fakcharoenphol, Nonthaphat Wongwattanakij

TL;DR
This paper introduces a PTAS for the k-hop MST problem in the Euclidean plane with improved dependency on k, using exponential distance scaling and dynamic programming compression.
Contribution
It improves the running time dependency on k for the PTAS of the k-hop MST problem in the Euclidean plane.
Findings
Achieves a running time of (n/ε)^{O(log k * (1/ε)^2 * log^2(1/ε))}
Improves dependency on k compared to previous algorithms
Uses exponential distance scaling and state table compression techniques
Abstract
For any , Laue and Matijevi\'{c} [CCCG'07, IPL'08] give a PTAS for finding a -approximate solution to the -hop MST problem in the Euclidean plane that runs in time . In this paper, we present an algorithm that runs in time . This gives an improvement on the dependency on on the exponent, while having a worse dependency on . As in Laue and Matijevi\'{c}, we follow the framework introduced by Arora for Euclidean TSP. Our key ingredients include exponential distance scaling and compression of dynamic programming state tables.
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
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · Algorithms and Data Compression
