leetle

Daily challenge for 2025-03-09

68. Subset Sum

Write a function solve to determine if a subset of a list sums to a given target.

Example:
Input: [2,3,7,8,10], 11
Output: true

Run this challenge interactively in Python or JavaScript when the app loads.