Faster Approximation for Maximum Independent Set on Unit Disk Graph
Subhas C. Nandy, Supantha Pandit, and Sasanka Roy

TL;DR
This paper presents a faster approximation algorithm for the maximum independent set problem on unit disk graphs, reducing the time complexity from O(n^2 log n) to O(n^2) while maintaining a factor 2 approximation.
Contribution
It introduces an O(n^2) time and space algorithm for a factor 2 approximation, improving over previous methods that required O(n^2 log n) time.
Findings
Achieves a factor 2 approximation in O(n^2) time
Reduces computational complexity compared to prior algorithms
Provides a practical approach for large datasets
Abstract
Maximum independent set from a given set of unit disks intersecting a horizontal line can be solved in time and space. As a corollary, we design a factor 2 approximation algorithm for the maximum independent set problem on unit disk graph which takes both time and space of . The best known factor 2 approximation algorithm for this problem runs in time and takes space [Jallu and Das 2016, Das et al. 2016].
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 · Optimization and Packing Problems
