Efficient reductions and algorithms for variants of Subset Sum
Pranjal Dutta, Mahesh Sreekumar Rajasree

TL;DR
This paper introduces new efficient algorithms for variants of the Subset Sum and Subset Product problems, focusing on parameterized solutions based on the number of solutions, and employs advanced mathematical techniques for improved performance.
Contribution
It presents parameterized search algorithms for Subset Sum variants, including NP-hardness results, and offers both randomized and deterministic algorithms with improved time and space complexities.
Findings
NP-hardness of Subset Sum with a unique solution
Deterministic algorithm with (k \u00b7 (n+t)) time for realisable sets
Randomized (n + t) time algorithm for Subset Product
Abstract
Given , the Subset Sum problem () is to decide whether there exists such that . There is a close variant of the , called . Given positive integers and a target integer , the problem asks to determine whether there exists a subset such that . There is a pseudopolynomial time dynamic programming algorithm, due to Bellman (1957) which solves the and in time and space. In the first part, we present {\em search} algorithms for variants of the Subset Sum problem. Our algorithms are parameterized by , which is a given upper bound on the number of realisable sets (i.e.,~number of solutions, summing…
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 · Limits and Structures in Graph Theory · Optimization and Search Problems
