Abstract

We present new, faster pseudopolynomial time algorithms for the k-Subset Sum problem, defined as follows: given a set Z of n positive integers and k targets t_1, ldots , t_k, determine whether there exist k disjoint subsets Z_1,dots ,Z_k subseteq Z, such that Sigma (Z_i) = t_i, for i = 1, ldots , k. Assuming t = max { t_1, ldots , t_k } is the maximum among the given targets, a standard dynamic programming approach based on Bellman’s algorithm can solve the problem in O(n t^k) time. We build upon recent advances on Subset Sum due to Koiliaris and Xu, as well as Bringmann, in order to provide faster algorithms for k-Subset Sum. We devise two algorithms: a deterministic one of time complexity {tilde{O}}(n^{k / (k+1)} t^k) and a randomised one of {tilde{O}}(n + t^k) complexity. Additionally, we show how these algorithms can be modified in order to incorporate cardinality constraints enforced on the solution subsets. We further demonstrate how these algorithms can be used in order to cope with variations of k-Subset Sum, namely Subset Sum Ratio, k-Subset Sum Ratio and Multiple Subset Sum.

Full Text
Paper version not known

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call

Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.