Intevel / bwi-algorithmus-challenge

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


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!

License:MIT License


Languages

Language:JavaScript 100.0%