Abstract. SubsetSum is a well known NP-complete problem: given t ∈ Z+ and a set S of m positive integers, output YES if and only if there is a subset S ′ ⊆ S such that the sum of all numbers in S ′ equals t. The problem and its search and optimization versions are known to be solvable in pseudo-polynomial time in general. We develop a 1-pass deterministic streaming algorithm that uses space O log t and decides if some subset of the input stream adds up to a value in the range {(1 ± )t}. Using this algorithm, we design space efficient Fully Polynomial-Time Approximation Schemes (FPTAS) solving the search and opti-mization versions of SubsetSum. Our algorithms run in O ( 1 m2) time and O ( 1) space on unit cost RAMs, where 1 + is the approx...
The SUBSET SUM problem asks whether a given set of n positive integers contains a subset of elements...
Abstract. The technique of Schroeppel and Shamir (SICOMP, 1981) has long been the most efficient way...
Given a multiset S of n positive integers and a target integer t, the Subset Sum problem asks to det...
The subset-sum problem (SSP) is de ned as follows: given a positive integer bound and a set of n p...
We present randomized algorithms that solve subset sum and knapsack instances with n items in O∗ (20...
We present randomized algorithms that solve subset sum and knapsack instances with n items in O∗ (20...
AbstractGiven a set of positive integers, the Subset-Sum Problem is to find that subset whose sum is...
AbstractGiven a set of n positive integers and a knapsack of capacity c, the Subset-Sum Problem is t...
We present randomized algorithms that solve Subset Sum and Knapsack instances with n items in O ∗(2 ...
We present space efficient Monte Carlo algorithms that solve Subset Sum and Knapsack instances with ...
Given $(a_1, \dots, a_n, t) \in \mathbb{Z}_{\geq 0}^{n + 1}$, the Subset Sum problem ($\mathsf{SSUM}...
AbstractThree new parallel scalable algorithms for solving the Subset-Sum Problem in O(np(c−wmin)) t...
The Subset Sum problem asks whether a given set of n positive integers contains a subset of elements...
We present space efficient Monte Carlo algorithms that solve Subset Sum and Knapsack instances with ...
The SUBSET SUM problem asks whether a given set of n positive integers contains a subset of elements...
Abstract. The technique of Schroeppel and Shamir (SICOMP, 1981) has long been the most efficient way...
Given a multiset S of n positive integers and a target integer t, the Subset Sum problem asks to det...
The subset-sum problem (SSP) is de ned as follows: given a positive integer bound and a set of n p...
We present randomized algorithms that solve subset sum and knapsack instances with n items in O∗ (20...
We present randomized algorithms that solve subset sum and knapsack instances with n items in O∗ (20...
AbstractGiven a set of positive integers, the Subset-Sum Problem is to find that subset whose sum is...
AbstractGiven a set of n positive integers and a knapsack of capacity c, the Subset-Sum Problem is t...
We present randomized algorithms that solve Subset Sum and Knapsack instances with n items in O ∗(2 ...
We present space efficient Monte Carlo algorithms that solve Subset Sum and Knapsack instances with ...
Given $(a_1, \dots, a_n, t) \in \mathbb{Z}_{\geq 0}^{n + 1}$, the Subset Sum problem ($\mathsf{SSUM}...
AbstractThree new parallel scalable algorithms for solving the Subset-Sum Problem in O(np(c−wmin)) t...
The Subset Sum problem asks whether a given set of n positive integers contains a subset of elements...
We present space efficient Monte Carlo algorithms that solve Subset Sum and Knapsack instances with ...
The SUBSET SUM problem asks whether a given set of n positive integers contains a subset of elements...
Abstract. The technique of Schroeppel and Shamir (SICOMP, 1981) has long been the most efficient way...
Given a multiset S of n positive integers and a target integer t, the Subset Sum problem asks to det...