Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/randhir200/sum-exists-or-not

Description Given an array of non-negative integers, and a value 'sum', determine if there is a subset of the given set (array) with sum equal to given sum. If there is a subset whose sum is equal to the required sum then print "yes" else print "no" without quotes.
https://github.com/randhir200/sum-exists-or-not

Last synced: 1 day ago
JSON representation

Description Given an array of non-negative integers, and a value 'sum', determine if there is a subset of the given set (array) with sum equal to given sum. If there is a subset whose sum is equal to the required sum then print "yes" else print "no" without quotes.

Awesome Lists containing this project