Python icon indicating copy to clipboard operation
Python copied to clipboard

Create subset_sum_dp.py

Open s-atharva opened this issue 1 year ago • 0 comments

Given a set of integers and a target sum, the goal is to determine if there exists a subset whose sum equals the target. Code is based on a dynamic programming (top-down) approach.

s-atharva avatar Oct 23 '24 19:10 s-atharva