Skip to content

This challenging project involves optimizing the packing of items into packages based on weight and value constraints, aiming to maximize the total value while staying within the weight limit of each package. The goal is to develop an algorithm that efficiently selects the most valuable combination of items for shipping.

License

Notifications You must be signed in to change notification settings

mohsenr7596/package-optimizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Package Optimizer

This project is aimed at optimizing the packing of items into packages for shipping. The goal is to select items in a way that maximizes the total value while staying within the weight limit of each package.

Getting Started

Prerequisites

  • Java installed on your machine.

Running the Application

  1. Clone the repository: git clone https://github.com/mohsenr7596/package-optimizer.git
  2. Navigate to the project directory: cd package-optimizer
  3. Compile the code: mvn clean package
  4. Run the application: cd app && mvn spring-boot:run

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

This challenging project involves optimizing the packing of items into packages based on weight and value constraints, aiming to maximize the total value while staying within the weight limit of each package. The goal is to develop an algorithm that efficiently selects the most valuable combination of items for shipping.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages