The subset-sum problem (SSP) is de ned as follows: given a positive integer bound and a set of n positive integers nd a subset whose sum is closest to, but not greater than, the bound. We present a randomized approximation algorithm for this problem with linear space complexity and time complexity of O(n log n). Experiments with random uniformlydistributed instances of SSP show that our algorithm outperforms, both in running time and average error, Martello & Toth's (1984) quadratic greedy search, whose time complexity is O(n²). We propos
We present randomized algorithms that solve Subset Sum and Knapsack instances with n items in O ∗(2 ...
In the Equal-Subset-Sum problem, we are given a set S of n integers and the problem is to decide if ...
The subset sum problem is known to be an NP-hard problem in the field of computer science with the f...
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...
The Subset-sum Problem is one of the easiest to describe and understand NP-complete problems. Availa...
Abstract. SubsetSum is a well known NP-complete problem: given t ∈ Z+ and a set S of m positive inte...
The average properties of the well-known \emph{Subset Sum Problem} can be studied by the means of it...
We study the exact time complexity of the Subset Sum problem. Our focus is on instances that lack ad...
The Subset Sum problem asks whether a given set of n positive integers contains a subset of elements...
AbstractWe investigate the problem of finding two nonempty disjoint subsets of a set of n positive i...
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...
The SUBSET SUM problem asks whether a given set of n positive integers contains a subset of elements...
We present randomized algorithms that solve Subset Sum and Knapsack instances with n items in O ∗(2 ...
In the Equal-Subset-Sum problem, we are given a set S of n integers and the problem is to decide if ...
The subset sum problem is known to be an NP-hard problem in the field of computer science with the f...
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...
The Subset-sum Problem is one of the easiest to describe and understand NP-complete problems. Availa...
Abstract. SubsetSum is a well known NP-complete problem: given t ∈ Z+ and a set S of m positive inte...
The average properties of the well-known \emph{Subset Sum Problem} can be studied by the means of it...
We study the exact time complexity of the Subset Sum problem. Our focus is on instances that lack ad...
The Subset Sum problem asks whether a given set of n positive integers contains a subset of elements...
AbstractWe investigate the problem of finding two nonempty disjoint subsets of a set of n positive i...
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...
The SUBSET SUM problem asks whether a given set of n positive integers contains a subset of elements...
We present randomized algorithms that solve Subset Sum and Knapsack instances with n items in O ∗(2 ...
In the Equal-Subset-Sum problem, we are given a set S of n integers and the problem is to decide if ...
The subset sum problem is known to be an NP-hard problem in the field of computer science with the f...