Skip to content

deepinbytes/typescript-test-binpacking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Typescript practice to solve bin packing problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors