A Probabilistic Approach to The Perfect Sum Problem
Kristof Pusztai

TL;DR
This paper introduces a probabilistic method to approximate solutions to the perfect sum problem, an NP-hard extension of subset sum, using distributional approximations that are computationally efficient and scalable.
Contribution
It presents a novel probabilistic approach that approximates the perfect sum problem with $O(n)$ complexity, enabling analysis of large-scale instances.
Findings
Approximations can be computed in $O(n)$ time.
Method increases accuracy with larger input sizes.
Provides probabilistic insights into subset sum solutions.
Abstract
The subset sum problem is known to be an NP-hard problem in the field of computer science with the fastest known approach having a run-time complexity of . A modified version of this problem is known as the perfect sum problem and extends the subset sum idea further. This extension results in additional complexity, making it difficult to compute for a large input. In this paper, I propose a probabilistic approach which approximates the solution to the perfect sum problem by approximating the distribution of potential sums. Since this problem is an extension of the subset sum, our approximation also grants some probabilistic insight into the solution for the subset sum problem. We harness distributional approximations to model the number of subsets which sum to a certain size. These distributional approximations are formulated in two ways: using bounds to justify normal…
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 · Markov Chains and Monte Carlo Methods
