Subset Sum Dynamic Programming
Array:
3
4
5
Target Sum:
9
Welcome to the Subset Sum visualization! We'll build a DP table step by step to find if we can make a sum of 9 using any subset of elements [3, 4, 5].
Step: 0 / 33
Previous
Next