Skip to content

Instantly share code, notes, and snippets.

@dongr0510
Created September 8, 2020 17:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dongr0510/ef76a486038e39e0ee5e056e8f4c9740 to your computer and use it in GitHub Desktop.
Save dongr0510/ef76a486038e39e0ee5e056e8f4c9740 to your computer and use it in GitHub Desktop.
for each number 'i'
create a new set which INCLUDES number 'i' if it does not exceed 'S', and recursively
process the remaining numbers
create a new set WITHOUT number 'i', and recursively process the remaining numbers
return true if any of the above two sets has a sum equal to 'S', otherwise return false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment