Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.21 KB

File metadata and controls

44 lines (26 loc) · 1.21 KB

Typescript Test - Bin packing

Given a list of standard containers the solution should help pack all products in an order into those standard containers in an optimized way.

Prerequisites

Your system must have NodeJS and NPM installed. This project is working on:

node -v # v13.7.0
npm -v # v6.13.6

But any version later than these should work just fine.

For more information, visit the official npm website.

Installation

Clone the repository.

From the root of your local repository, run npm install.

To verify that installation was successful, run npm run helloWorld, you should see a success message.

Tests

npm run testCases will run the test cases in src/__tests__/testCases/.

npm run unitTests will run the test files in src/__tests__/unitTests/.

More Information

For more information about the dependencies used in this project, visit the following links:

Others

This project was developed under time constraints, and is not bug-free. Please use issues for suggestions and bug reports.