Nodejs
Kiki, has to find out the delivery cost for packages
- based on the offer applied
- based on the criteria and base delivary rates
Meanwhile, Tumbo, has to find out the delivery time for packages
- based on the iterations made for delivery packages
- a criteries for selecting heavier packages for optimal delivery time
This project needs following open source projects to function properly:
- node.JS - A JavaScript runtime built on Chromium's V8
Install the dependencies and devDependencies
$ git clone https://github.com/ashut0shk/everestWiki.git
$ npm install
$ npm start
sample input
$ 100 4
$ PKG1 5 5 OFR001
$ PKG2 15 5 OFR002
$ PKG3 10 100 OFR003
$ PKG4 13 9 NOTOFR001