Analysis of a given set B of n positive integers

9) The subset-sum problem is defined as follows: given a set B of and an integer K, can you find a subset of B whose elements summation is equal to K? Design an algorithm to solve this problem. Address its correctness and running time.

Input: set B of n positive integers {b1, b2,.., bn} and an integer K.

Don't use plagiarized sources. Get Your Custom Essay on
Analysis of a given set B of n positive integers
Just from $13/Page
Order Essay

Output: whether there exist such a subset of B called B its elements summation is equal to K.

 

B= BA, where A = {a1, a2,.., an} in which AB= b1a1 +b2a2 ++ bnan. Where ai is either 0 or 1.

 

Algorithm:

– For i= 1 to 2n (We have 2n different combinations set to be checked)

1. Create all the possible combinations of Array A and do:

Compute Sum =

If Sum = K then there is a subset sum to K. This subset B= {b1a1, b2a2, , bnan}when ai representing 1.

return the subset B

– Otherwise return there is no subset sum to K.

The run time is O(2n) since it needs to go through all possible subsets to find the subset that sum to K.

 

10) Suppose you have a procedure that can partition a set of positive integers into two . How could you use this procedure to solve the subset-sum problem?

To solve this we use reduction. In which prove that subset-sum problem can be reduce to partition problem and visa versa.

The set B of n positive integers whose element summation is equal to an integer K.

Partition reduces to Subset Sum:

Calculate Sum = , which is the summation of all the given numbers. A partition Subset Sum if K = Sum/2.

 

Subset Sum reduces to Partition:

Calculate Sum = , which is the summation of all the given numbers.

Calculate some number x= Sum 2K. A by add x to the , b2,.., bn} {x}, where the summation now is B+x. it is possible to split the numbers in A into some subsets iff they can summing up to K:

Subset sum of B indicates partition of A means the set that adds up to Sum with x form a partition.

Partition of A indicates subset sum of B means the numbers which are put together with x must add up to K. Therefore, a partition exists iff some numbers in the B add up to K.

 

These reference could help you :

1. Bron, C. and Kerbosch, J. “Algorithm 457: Finding All Cliques of an Undirected Graph.” Comm. ACM 16, 48-50, 1973.

2. Tomita, E.; Tanaka, A.; and Takahashi, H. “The for Generating All Maximal Cliques and Computational Experiments.” Theor. Comput. Sci. 363, 28-42, 2006.

Still stressed from student homework?
Get quality assistance from academic writers!
error: Content is protected !!
Open chat
1
Need assignment help? You can contact our live agent via WhatsApp using +1 718 717 2861

Feel free to ask questions, clarifications, or discounts available when placing an order.

Order your essay today and save 30% with the discount code LOVE