Giter VIP home page Giter VIP logo

courrier-service's People

Contributors

kenchoong avatar

Watchers

 avatar

courrier-service's Issues

Edge case for Delivery Time estimation

TLDR:

  1. Maximize the number of package,
  2. Then maximize the weight,
  3. Then maximize the distance

Change this in getPackageDeliveryCombo method

Beside to meet the requirement, all the possible edge case also need to be handle

Example:

100 5
P1 50 100 OFR002
P2 50 100 OFR001
P3 150 100 OFR003
P4 99 100 OFR001
P5 100 100 OFR001
1 70 200

In this case, P1, P2, P5 should deliver first .

If have more than 1 combination which is highest possible weight, then we have to decide using Distance.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.