Question: Use greedy approach to implement fractional knapsack problem (Java). a. Ask user for knapsack capacity. b. Ask user for n objects weights and profits or
Use greedy approach to implement fractional knapsack problem (Java).
a. Ask user for knapsack capacity.
b. Ask user for n objects weights and profits or read an input.txt that contains n objects weights and profits.
c. List objects that maximize the profit and show the maximum profit as output considering knapsack capacity.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
