shikaruki / Hactoberfest2021

Hacktoberfest2021
42 stars 361 forks source link

Fractionalknapsack #342

Open IshanBk opened 2 years ago

IshanBk commented 2 years ago

In Fractional Knapsack, we can break items for maximizing the total value of knapsack. It is an algorithmic problem in combinatorial optimization in which the goal is to fill a container with fractional amounts of different materials chosen to maximize the value of the selected materials.