Skip to content
This repository has been archived by the owner on Jan 11, 2022. It is now read-only.

This is my project for the BWI Coding Challenge, it is an algorithm that generates a transport plan with the highest utility!

License

Notifications You must be signed in to change notification settings

Intevel/bwi-algorithmus-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

BWI ALGORITHMUS CHALLENGE

⚠️ Archived ⚠️<>

This is my project for the BWI Coding Challenge, it is an algorithm that generates a transport plan with the highest utility value.
Link to the Challenge

About the project

So it's actually just an algorithm that loads products / devices and transporters information from a JSON file. Each of these devices has a number, weight, and utility value. Each transporter has a weight limit of 1100kg, not including the weight of the driver. Two transporters are specified, but this can be expanded by adding more transporters to the JSON file. This algorithm creates a transport plan for each transporter, which is tailored to the weight and has the highest utility value.

Installation

  1. Install NodeJS if it is not already installed

  2. Clone the repo

    git clone https://github.com/Intevel/bwi-algorithmus-challenge.git
  3. Install NPM packages

    npm install
     </p>
    

Usage

  1. Navigate to the "src" directory

    cd src
  2. Start application

    node index.js
  3. Now you can view the results in the documents folder

    cd ../documents/
     </p>
    

License

Distributed under the MIT License. See LICENSE for more information.

About

This is my project for the BWI Coding Challenge, it is an algorithm that generates a transport plan with the highest utility!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published