Giter VIP home page Giter VIP logo

am4-easy-routing's People

Contributors

reggiespace avatar xumes avatar

Watchers

 avatar

am4-easy-routing's Issues

Feat: Create configuration calculation

Com base na capacidade informada, na quantidade de viagens por dia desejada, e na demanda recebida, calcule a melhor montagem de cabines, para levar a maior quantidade de passageiros.

Input:

  • capacidade da aeronave
  • viagens por dia (2, 3 ou 4) => 12h, 8h ou 6h
  • demanda economica, demanda business e demanda first class

Output:

  • array com a quantidade de aeronaves e suas configurações, para esgotar a rota
    Exemplo:
    [
    { economy: 120, business: 32, first: 13 },
    { economy: 120, business: 32, first: 13 }
    ]

Feat: Create aircraft capacity calculation

Airbus A380-800 - 600 pax economy

1- Calculate the demand (use existing calculations) - 1556
2- Compare with aircraft capacity - 600
3 - Return how many aircraft is necessary to accommodate the demand (1556/600) = 2.59

Feat: Create demand calculation

// "economy_class_demand": 777,
// "business_class_demand": 280,
// "first_class_demand": 73,

// economica = economy_class_demand
// business = business_class_demand * 2
// first = first_class_demand * 3

// total = 777 + (280 * 2) + (73 * 3)

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.