On Optimization of 1/2-Approximation Path Cover Algorithm
Junyuan Lin, Guangpeng Ren

TL;DR
This paper introduces an optimized deterministic algorithm for the path cover problem that reduces computation time while maintaining approximation guarantees, tested across diverse graph types including real-world networks.
Contribution
The paper presents a novel enhancement to the 1/2-Approximation Path Cover Algorithm by adding a redundancy removal procedure, improving efficiency without sacrificing theoretical bounds.
Findings
Significant reduction in computation time on various graph types.
Effective especially on graphs with high degree nodes.
Demonstrated applicability to real-world network problems.
Abstract
In this paper, we propose a deterministic algorithm that approximates the optimal path cover on weighted undirected graphs. Based on the 1/2-Approximation Path Cover Algorithm by Moran et al., we add a procedure to remove the redundant edges as the algorithm progresses. Our optimized algorithm not only significantly reduces the computation time but also maintains the theoretical guarantee of the original 1/2-Approximation Path Cover Algorithm. To test the time complexity, we conduct numerical tests on graphs with various structures and random weights, from structured ring graphs to random graphs, such as Erdos-Renyi graphs. The tests demonstrate the effectiveness of our proposed algorithm on graphs, especially those with high degree nodes, and the advantages expand as the graph gets larger. Moreover, we also launch tests on various graphs/networks derived from a wide range of real-world…
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 · Caching and Content Delivery · Graph Theory and Algorithms
