Knapsack Problem - Group 6
Knapsack Problem - Group 6
Knapsack Problem - Group 6
Table of contents:
1. What is a knapsack problem?
2. Types of knapsack problems
3. Differences between 0/1 knapsack problem and the fractional
knapsack problem.
4. Differences between the bounded and unbounded knapsack problem.
5. Differences between the 0/1 knapsack problem wrt bounded and
unbounded knapsack problems.
6. Advantages and disadvantages of using the knapsack problem.
7. Applications of the knapsack problem in real life.
_____________________________________________________
Start filling the table row wise top to bottom from left to right using the formula:
An item can be used only once There can be more than one instance
of an item.
Disadvantages
a. The knapsack problem is sensitive to the input data, that is, small
changes in the input values can result in significantly different solutions.