Design and Evaluation of Alternate Enumeration Techniques for Subset Sum Problem
Avni Verma, Kamalakar Karlapalem

TL;DR
This paper introduces new enumeration techniques and algorithms for solving the subset sum problem more efficiently by leveraging mathematical distributions and analyzing subset patterns.
Contribution
It presents novel algorithms based on sum, length-sum, and element distributions, improving over traditional backtracking methods for subset sum solutions.
Findings
New algorithms outperform backtracking in efficiency
Distribution-based methods reveal subset pattern regularities
Experimental results validate improved performance
Abstract
The subset sum problem, also referred as SSP, is a NP-Hard computational problem. SSP has its applications in broad domains like cryptography, number theory, operation research and complexity theory. The most famous algorithm for solving SSP is Backtracking Algorithm which has exponential time complexity. Therefore, our goal is to design and develop better alternate enumeration techniques for faster generation of SSP solutions. Given the set of first n natural numbers which is denoted by Xn and a target sum S, we propose various alternate enumeration techniques which find all the subsets of Xn that add up to sum S. In this paper, we present the mathematics behind this exponential problem. We analyze the distribution of power set of Xn and present formulas which show definite patterns and relations among these subsets. We introduce three major distributions for power set of Xn: Sum…
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
TopicsGraph Labeling and Dimension Problems · Optimization and Packing Problems · Advanced Graph Theory Research
