Guests can read some posts but have no other privileges.
Team members should register to see all boards.
Forgot your password?
The Subset Sum problem is described as follows: given a set of positive integers S and a target sum t, is there a subset of S whose sum is t? It is one of the well-know, so-called "hard" problems in computing. It's actually a very simple problem, and the computer program to solve it is not extremely complicated. What's hard about it is the running time – all known exact algorithms have running time that is proportional to an exponential function of the number of elements in the set (for worst-case instances of the problem).
Moderator: Dingo.
Replies: 1
Views: 56,213
Replies: 0
Views: 5,692
Poll
Moved Topic
Locked Topic
Sticky Topic
Topic you are watching
Page created in 0.122 seconds with 16 queries.