Solving the Fractional Knapsack Problem While the 0/1 Knapsack problem restricts you to take an item entirely, Fractional Knapsack problem allows you to take fractions of an item. Algorithms, Greedy approach, Mathematics