Knapsack Problem

AllPages
RecentChanges
Links to this page
Edit this page
Search
Entry portal
Advice For New Users

Description

Actually there are lots of different types of Knapsack problems, and here we're just describing one particular sort. See the Wikipedia reference at the end of the pages for more about the other types.
The Knapsack Problem asks us to make a specific total from a selection of numbers. For example, from these numbers: make the total 172. It's not too bad when there are only 10 or 15 numbers, but it rapidly becomes very difficult, unless it happens to be easy!

Some collections of numbers make it easy. If each number is more than the sum of all the preceeding numbers, then it's easy. Likewise if there are lots and lots of numbers of similar sizes, because then you can get a good guess and fiddle around with it.

But there are cases for which there is no known fast solution.


Wider setting

The Knapsack Problem is one of the NP Complete problems. In essence, the only known algorithms require examining a large subset of possible solutions, and the number of possible solutions is exponential.

Complexity Theory is a difficult area of mathematics, and has wide-spread applications. See also the page on P vs NP.


Further reading

To read more, here are a couple of references:

If you're interested in a more general, accessible explanation, please let us know.
Links to this page / Page history / Last change to this page
Recent changes / Edit this page (with sufficient authority)
All pages / Search / Change password / Logout