Answered Essay: St 0 1 2 3 45 6 7 8 9 10 11 12 S[02 10 10 00 0 0 0 0 0 00 S[1 31 0 11 01 0 0 0 0 0 00 S[251 0 11 02 0 1 1 0 0 00 S[371 0 1 1 02 0

I have written a dynamic programming algorithm that finds the total amount of subsets that sum up to a target value. However, I am having trouble developing a function to recover the solution (that is, print out the actual subsets).

For example, let’s take the set [2,3,5,7,9] with the target 12. My algorithm calculates that there are 3 subsets. The output table is shown in the image below.

St 0 1 2 3 45 6 7 8 9 10 11 12 S[02 10 10 00 0 0 0 0 0 00 S[1 31 0 11 01 0 0 0 0 0 00 S[251 0 11 02 0 1 1 0 0 00 S[371 0 1 1 02 0 2112 02 S49 10 11 02 0 2 12 2 13

But, with more complicated solutions, how would I use my output table to recursively recover a solution? Any assistance is appreciated.

St 0 1 2 3 45 6 7 8 9 10 11 12 S[02 10 10 00 0 0 0 0 0 00 S[1 31 0 11 01 0 0 0 0 0 00 S[251 0 11 02 0 1 1 0 0 00 S[371 0 1 1 02 0 2112 02 S49 10 11 02 0 2 12 2 13

Expert Answer

 

Without your dynamic programming algorithm, it is difficult to analyze and answer.

However, I derived a method that works for all possible cases

Algorithm Sketch:

Iterate through the results of the target column in ascending order.

When the result increments, you have identified another subset and have found the largest value in that subset.

To find the remaining values in the subset, “make change” the way a store clerk would. In other words, walk back down the set values, subtracting from the remaining total as you can.

Sample Run:

For your given example of target sum = 12 for subsets within set [2,3,5,7,9]:

resultCount = 0

result(12,2) is 0; this result – resultCount = 0, so no new subsets

result(12,3) is 0; this result – resultCount = 0, so no new subsets

result(12,5) is 0; this result – resultCount = 0, so no new subsets

result(12,7) is 2; this result – resultCount = 1, so resultCount = 2

and new subset = [7]

and remaining = 12 – 7 = 5

5 = 5, so subset = [7,5] and remaining = 0 (subset complete)

result(12,7) is 2; this result – resultCount = 1, so resultCount = 2

and new subset = [7]

and remaining = 12 – 7 = 5

Again the algorithm is called internally for second time.

5=3+2, so subset=[7,3,2] and remaining = 0 (subset complete)

result(12,9) is 3; this result – resultCount = 1, so resultCount = 3

and new subset = [9]

and remaining = 12 – 9 = 3

7 > 3, so remaining is still 4

5 > 3, so remaining is still 4

3 = 3, so subset = [9,3] and remaining = 3 – 3 = 0(subset complete)

End of run with 3 subsets identified:

[7,5] , [7,3,2], [9,3]

Note: Based on your output table, there would be 3 subsets.

Buy Essay
Calculate your paper price
Pages (550 words)
Approximate price: -

Help Me Write My Essay - Reasons:

Best Online Essay Writing Service

We strive to give our customers the best online essay writing experience. We Make sure essays are submitted on time and all the instructions are followed.

Our Writers are Experienced and Professional

Our essay writing service is founded on professional writers who are on stand by to help you any time.

Free Revision Fo all Essays

Sometimes you may require our writers to add on a point to make your essay as customised as possible, we will give you unlimited times to do this. And we will do it for free.

Timely Essay(s)

We understand the frustrations that comes with late essays and our writers are extra careful to not violate this term. Our support team is always engauging our writers to help you have your essay ahead of time.

Customised Essays &100% Confidential

Our Online writing Service has zero torelance for plagiarised papers. We have plagiarism checking tool that generate plagiarism reports just to make sure you are satisfied.

24/7 Customer Support

Our agents are ready to help you around the clock. Please feel free to reach out and enquire about anything.

Try it now!

Calculate the price of your order

Total price:
$0.00

How it works?

Follow these simple steps to get your paper done

Place your order

Fill in the order form and provide all details of your assignment.

Proceed with the payment

Choose the payment system that suits you most.

Receive the final file

Once your paper is ready, we will email it to you.

HOW OUR ONLINE ESSAY WRITING SERVICE WORKS

Let us write that nagging essay.

STEP 1

Submit Your Essay/Homework Instructions

By clicking on the "PLACE ORDER" button, tell us your requires. Be precise for an accurate customised essay. You may also upload any reading materials where applicable.

STEP 2

Pick A & Writer

Our ordering form will provide you with a list of writers and their feedbacks. At step 2, its time select a writer. Our online agents are on stand by to help you just in case.

STEP 3

Editing (OUR PART)

At this stage, our editor will go through your essay and make sure your writer did meet all the instructions.

STEP 4

Receive your Paper

After Editing, your paper will be sent to you via email.

× How can I help you?