abhisek247767 / LeetCode2024-6Companies30Days

Make your first Pull Request on Hacktoberfest 2024. Don't forget to spread love and if you like give us a ⭐️
16 stars 29 forks source link

Optimized Warehouse Fulfillment #55

Open madhura-ingole opened 2 hours ago

madhura-ingole commented 2 hours ago

Problem Statement: A warehouse stores n types of products, each with a different weight and value. You are tasked with selecting products to fulfill orders. Each order requests a specific number of items with a total weight limit. Your job is to:

Select the set of products that maximizes the total value while respecting the weight limit. Handle multiple orders dynamically, where each order may have different weight limits and product requirements. Ensure that product selection is optimized for different orders arriving in real time.

madhura-ingole commented 2 hours ago

@abhisek247767 assign me this under hacktoberfest issue