What is the difference between the Fractional Knapsack problem and the 0-1 Knapsack problem?
What is the difference between the Fractional Knapsack problem and the 0-1 Knapsack problem?
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
In the Fractional Knapsack problem, items can be broken into smaller parts to maximize the total value of the knapsack. This means you can take fractions of items if needed.
In the 0-1 Knapsack problem, items cannot be broken. You must either take the whole item or leave it.
If you want to maximize profit, use the Fractional Knapsack method.