Skip to content

DerTiedemann/TransportCapacitySort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TransportCapacitySort

This is a solution to the second assigment on a programming interview

Installation

For this to run you will need:

  • Node.js (latest)
  • At least 1 GB of unused ram if parsing large files
  • before you can run it you need to do an npm i to install all needed libaries

Just clone the repo and your done with init.

Usage

node --expose-gc --max-old-space-size=2048 index.js <file path> the --expose-gc flag lets the programm controll the garbage collector and --max-old-space-size=2048 flag sets increases heap memory size to 2GB

Credits

Written by Jan Max Tiedemann

License

see licence

About

This is a solution to an assignment by Bonial International GmbH

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors